@charset "UTF-8";
:root {
  --theme-color: #ff69b4;
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  background-color: #fdf8f9;
  color: #373f47;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0;
}

.u-bg-decoration {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(color-mix(in srgb, var(--theme-color), transparent 92%) 1px, transparent 1px), radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--theme-color), transparent 97%) 0%, transparent 40%), radial-gradient(circle at 90% 80%, color-mix(in srgb, var(--theme-color), transparent 96%) 0%, transparent 40%);
  background-size: 24px 24px, 100% 100%, 100% 100%;
}
.u-bg-decoration span {
  position: absolute;
  color: color-mix(in srgb, var(--theme-color), transparent 80%);
  animation: twinkle 6s infinite ease-in-out;
}
.u-bg-decoration span::before {
  content: "✦";
}
.u-bg-decoration span:nth-child(1) {
  top: 15%;
  left: 10%;
  font-size: 1.5rem;
}
.u-bg-decoration span:nth-child(2) {
  top: 40%;
  right: 15%;
  font-size: 1.2rem;
  animation-delay: -1.5s;
}
.u-bg-decoration span:nth-child(3) {
  bottom: 25%;
  left: 15%;
  font-size: 1.8rem;
  animation-delay: -3s;
}
.u-bg-decoration span:nth-child(4) {
  top: 70%;
  right: 10%;
  font-size: 1rem;
  animation-delay: -4.5s;
}
.u-bg-decoration span:nth-child(5) {
  top: 5%;
  right: 30%;
  font-size: 1.3rem;
  animation-delay: -2s;
}

@keyframes twinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.4) rotate(15deg);
    opacity: 0.7;
  }
}
.l-wrapper {
  max-width: 480px;
  margin: 0 auto;
  background-color: transparent;
  min-height: 100vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}
.l-wrapper > * {
  position: relative;
}

section {
  padding: 100px 24px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--theme-color), transparent 80%);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: none;
  cursor: pointer;
  position: relative;
}
.c-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px color-mix(in srgb, var(--theme-color), transparent 75%);
  background-color: color-mix(in srgb, var(--theme-color), white 10%);
}
.c-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 10px color-mix(in srgb, var(--theme-color), transparent 80%);
}

.c-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
}

.c-logo {
  display: block;
  width: 140px;
  aspect-ratio: 508.69/124.93;
  background-color: var(--theme-color);
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20508.69%20124.93%27%3E%3Cpath%20d%3D%27M94.72%2C78.64h28.78v6.49h-34.4c-.49%2C0-.9.4-.9.9v11.65c0%2C.49.4.9.9.9h41.12c3.71%2C0%2C6.72-3.01%2C6.72-6.72v-19.93c0-3.71-3.01-6.72-6.72-6.72h-28.78v-6.49h34.66c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-41.38c-3.71%2C0-6.72%2C3.01-6.72%2C6.72v19.93c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72ZM196.65%2C98.04v-45.3c0-3.71-3.01-6.72-6.72-6.72h-30.34v-17.53c0-.49-.4-.9-.9-.9h-11.65c-.49%2C0-.9.4-.9.9v69.55c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9v-38.58h23.62v38.58c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9ZM240.65%2C31.47c.52-1.95-.14-4.05-1.75-5.27-2.14-1.63-4.89-2.37-7.56-2.02-2%2C.26-3.63%2C1.74-4.15%2C3.69-4.06%2C15.16-8.13%2C30.33-12.19%2C45.49-.13.48.16.97.63%2C1.1l11.72%2C3.14c.48.13.97-.16%2C1.1-.63l12.19-45.49ZM214.36%2C102.29h0c3.63.96%2C7.37-1.16%2C8.34-4.73l4.66-17.07-13.16-3.46-4.66%2C17.07c-.97%2C3.57%2C1.18%2C7.24%2C4.82%2C8.2ZM215.59%2C79.4l9.34%2C2.46-.7%2C2.56-9.34-2.46.7-2.56ZM211.45%2C94.6l2.93-10.76%2C9.34%2C2.46-2.93%2C10.76c-.69%2C2.53-3.34%2C4.03-5.92%2C3.36-2.57-.68-4.11-3.29-3.42-5.81ZM319.67%2C74.21l-38.39-44.31c-1.84-2.12-4.8-2.88-7.43-1.9-2.63.98-4.37%2C3.49-4.37%2C6.3v63.73c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9v-45.71l38.39%2C44.31c1.3%2C1.5%2C3.17%2C2.32%2C5.08%2C2.32%2C1.12%2C0%2C2.25-.28%2C3.3-.86%2C2.17-1.21%2C3.42-3.6%2C3.42-6.09V28.49c0-.49-.4-.9-.9-.9h-11.65c-.49%2C0%2C.9-.4.9-.9v45.73ZM383.24%2C45.29h-33.51c-4.95%2C0-8.96%2C4.01-8.96%2C8.96v35.72c0%2C4.95%2C4.01%2C8.96%2C8.96%2C8.96h33.51c4.95%2C0%2C8.96-4.01%2C8.96-8.96v-35.72c0-4.95-4.01-8.96-8.96-8.96ZM378.76%2C85.49h-24.55v-26.76h24.55v26.76ZM422.13%2C27.59h-11.65c-.49%2C0-.9.4-.9.9v15.77h-8.83c-.49%2C0-.9.4-.9.9v11.65c0%2C.49.4.9.9.9h8.83v34.34c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72h19.79c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-13.07v-27.62h13.17c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-13.17v-15.77c0-.49-.4-.9-.9-.9ZM488.03%2C79.13c3.71%2C0%2C6.72-3.01%2C6.72-6.72v-20.06c0-3.71-3.01-6.72-6.72-6.72h-36.55c-3.71%2C0-6.72%2C3.01-6.72%2C6.72v39.46c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72h42.21c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-35.49v-5.97h29.83ZM458.2%2C59.07h23.11v6.62h-23.11v-6.62ZM256.45%2C22.41c0%2C4.99-3.74%2C8.73-8.73%2C8.73%2C4.99%2C0%2C8.73%2C3.74%2C8.73%2C8.73%2C0-4.99%2C3.74-8.73%2C8.73-8.73-4.99%2C0-8.73-3.74-8.73-8.73ZM246.33%2C38.3c0%2C3.15-2.36%2C5.51-5.51%2C5.51%2C3.15%2C0%2C5.51%2C2.36%2C5.51%2C5.51%2C0-3.15%2C2.36-5.51%2C5.51-5.51-3.15%2C0-5.51-2.36-5.51-5.51ZM69.87%2C27.6H22.89c-4.95%2C0-8.96%2C4.01-8.96%2C8.96v53.42c0%2C4.95%2C4.01%2C8.96%2C8.96%2C8.96h46.98c4.95%2C0%2C8.96-4.01%2C8.96-8.96v-53.42c0-4.95-4.01-8.96-8.96-8.96ZM58.1%2C65.55l-18.41%2C13.85c-1.77%2C1.33-4.3%2C.07-4.3-2.15v-27.69c0-2.22%2C2.53-3.48%2C4.3-2.15l18.41%2C13.85c1.43%2C1.08%2C1.43%2C3.22%2C0%2C4.3Z%27%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20508.69%20124.93%27%3E%3Cpath%20d%3D%27M94.72%2C78.64h28.78v6.49h-34.4c-.49%2C0-.9.4-.9.9v11.65c0%2C.49.4.9.9.9h41.12c3.71%2C0%2C6.72-3.01%2C6.72-6.72v-19.93c0-3.71-3.01-6.72-6.72-6.72h-28.78v-6.49h34.66c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-41.38c-3.71%2C0-6.72%2C3.01-6.72%2C6.72v19.93c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72ZM196.65%2C98.04v-45.3c0-3.71-3.01-6.72-6.72-6.72h-30.34v-17.53c0-.49-.4-.9-.9-.9h-11.65c-.49%2C0-.9.4-.9.9v69.55c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9v-38.58h23.62v38.58c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9ZM240.65%2C31.47c.52-1.95-.14-4.05-1.75-5.27-2.14-1.63-4.89-2.37-7.56-2.02-2%2C.26-3.63%2C1.74-4.15%2C3.69-4.06%2C15.16-8.13%2C30.33-12.19%2C45.49-.13.48.16.97.63%2C1.1l11.72%2C3.14c.48.13.97-.16%2C1.1-.63l12.19-45.49ZM214.36%2C102.29h0c3.63.96%2C7.37-1.16%2C8.34-4.73l4.66-17.07-13.16-3.46-4.66%2C17.07c-.97%2C3.57%2C1.18%2C7.24%2C4.82%2C8.2ZM215.59%2C79.4l9.34%2C2.46-.7%2C2.56-9.34-2.46.7-2.56ZM211.45%2C94.6l2.93-10.76%2C9.34%2C2.46-2.93%2C10.76c-.69%2C2.53-3.34%2C4.03-5.92%2C3.36-2.57-.68-4.11-3.29-3.42-5.81ZM319.67%2C74.21l-38.39-44.31c-1.84-2.12-4.8-2.88-7.43-1.9-2.63.98-4.37%2C3.49-4.37%2C6.3v63.73c0%2C.49.4.9.9.9h11.65c.49%2C0%2C.9-.4.9-.9v-45.71l38.39%2C44.31c1.3%2C1.5%2C3.17%2C2.32%2C5.08%2C2.32%2C1.12%2C0%2C2.25-.28%2C3.3-.86%2C2.17-1.21%2C3.42-3.6%2C3.42-6.09V28.49c0-.49-.4-.9-.9-.9h-11.65c-.49%2C0%2C.9-.4.9-.9v45.73ZM383.24%2C45.29h-33.51c-4.95%2C0-8.96%2C4.01-8.96%2C8.96v35.72c0%2C4.95%2C4.01%2C8.96%2C8.96%2C8.96h33.51c4.95%2C0%2C8.96-4.01%2C8.96-8.96v-35.72c0-4.95-4.01-8.96-8.96-8.96ZM378.76%2C85.49h-24.55v-26.76h24.55v26.76ZM422.13%2C27.59h-11.65c-.49%2C0-.9.4-.9.9v15.77h-8.83c-.49%2C0-.9.4-.9.9v11.65c0%2C.49.4.9.9.9h8.83v34.34c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72h19.79c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-13.07v-27.62h13.17c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-13.17v-15.77c0-.49-.4-.9-.9-.9ZM488.03%2C79.13c3.71%2C0%2C6.72-3.01%2C6.72-6.72v-20.06c0-3.71-3.01-6.72-6.72-6.72h-36.55c-3.71%2C0-6.72%2C3.01-6.72%2C6.72v39.46c0%2C3.71%2C3.01%2C6.72%2C6.72%2C6.72h42.21c.49%2C0%2C.9-.4.9-.9v-11.65c0-.49-.4-.9-.9-.9h-35.49v-5.97h29.83ZM458.2%2C59.07h23.11v6.62h-23.11v-6.62ZM256.45%2C22.41c0%2C4.99-3.74%2C8.73-8.73%2C8.73%2C4.99%2C0%2C8.73%2C3.74%2C8.73%2C8.73%2C0-4.99%2C3.74-8.73%2C8.73-8.73-4.99%2C0-8.73-3.74-8.73-8.73ZM246.33%2C38.3c0%2C3.15-2.36%2C5.51-5.51%2C5.51%2C3.15%2C0%2C5.51%2C2.36%2C5.51%2C5.51%2C0-3.15%2C2.36-5.51%2C5.51-5.51-3.15%2C0-5.51-2.36-5.51-5.51ZM69.87%2C27.6H22.89c-4.95%2C0-8.96%2C4.01-8.96%2C8.96v53.42c0%2C4.95%2C4.01%2C8.96%2C8.96%2C8.96h46.98c4.95%2C0%2C8.96-4.01%2C8.96-8.96v-53.42c0-4.95-4.01-8.96-8.96-8.96ZM58.1%2C65.55l-18.41%2C13.85c-1.77%2C1.33-4.3%2C.07-4.3-2.15v-27.69c0-2.22%2C2.53-3.48%2C4.3-2.15l18.41%2C13.85c1.43%2C1.08%2C1.43%2C3.22%2C0%2C4.3Z%27%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  transition: background-color 0.4s ease;
}

.c-accordion__item {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid color-mix(in srgb, var(--theme-color), transparent 90%);
  transition: all 0.4s ease;
}
.c-accordion__item.is-open {
  box-shadow: 0 10px 30px color-mix(in srgb, var(--theme-color), transparent 90%);
}
.c-accordion__trigger {
  width: 100%;
  padding: 24px;
  border: none;
  background: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: #373f47;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
}
.c-accordion__icon {
  position: relative;
  width: 12px;
  height: 12px;
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  transition: all 0.3s ease;
  border-radius: 2px;
}
.c-accordion__icon::before {
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
}
.c-accordion__icon::after {
  top: 0;
  left: 5px;
  width: 2px;
  height: 12px;
}
.c-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.c-accordion__inner {
  overflow: hidden;
  padding: 0 24px;
  font-size: 0.9rem;
  color: #8b7d84;
}
.c-accordion__item.is-open .c-accordion__content {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}
.c-accordion__item.is-open .c-accordion__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.4;
  letter-spacing: 0;
}
h2 span {
  font-size: 0.8rem;
  color: var(--theme-color);
  display: block;
  margin-top: 12px;
  letter-spacing: 0;
}

.p-hero {
  padding: 0 0 80px;
  position: relative;
}
.p-hero__header {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: calc(480px - 48px);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, var(--theme-color), color-mix(in srgb, var(--theme-color), white 70%)) border-box;
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.p-hero__logo {
  margin: 0;
}
.p-hero__logo .c-logo {
  width: 118px;
}
.p-hero__image {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.p-hero__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  z-index: 2;
}
.p-hero__bg-img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease-in-out;
}
.p-hero__mockup {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  z-index: 3;
}
.p-hero__mockup img {
  width: 100%;
  display: block;
  animation: float 4s ease-in-out infinite;
  transition: opacity 0.4s ease-in-out;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.p-hero__copy {
  padding: 0 24px;
  margin-bottom: 48px;
  text-align: left;
  position: relative;
  z-index: 4;
  margin-top: -110px;
}
.p-hero__copy h1 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  line-height: 1.5;
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 5px #fff;
}
.p-hero__copy h1 .highlight {
  color: var(--theme-color);
}
.p-hero__copy p {
  font-size: 0.9rem;
  color: #8b7d84;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 0 10px #fff;
}
.p-hero__colors {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.p-hero__colors .c-color-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 0;
}
.p-hero__colors .c-color-btn.is-active {
  border-color: #333;
  transform: scale(1.15);
}
.p-hero__btn {
  padding: 24px 24px 0;
  text-align: center;
}
.p-hero__micro-copies {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  gap: 6px;
}
.p-hero__micro-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #373f47;
  line-height: 1.5;
  text-align: left;
}
.p-hero__micro-item .c-icon--check {
  color: var(--theme-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.p-hero__micro-item .c-icon--sync {
  color: var(--theme-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z'/%3E%3C/svg%3E");
}

.p-demo {
  padding: 0 24px 100px;
}
.p-demo__header {
  margin-bottom: 24px;
  text-align: center;
}
.p-demo__header h2 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.45;
  color: #373f47;
}
.p-demo__header p {
  margin: 12px auto 0;
  max-width: 340px;
  color: #8b7d84;
  font-size: 0.9rem;
  line-height: 1.75;
}
.p-demo__video-frame {
  width: min(100%, 360px);
  aspect-ratio: 9/16;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #fff4fa);
  box-shadow: 0 24px 60px color-mix(in srgb, var(--theme-color), transparent 78%);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--theme-color), transparent 82%);
  position: relative;
}
.p-demo__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-demo__video-load {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%), linear-gradient(180deg, rgba(22, 22, 24, 0.02), rgba(22, 22, 24, 0.16));
  cursor: pointer;
}
.p-demo__video-load::before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(40, 28, 36, 0.24);
}
.p-demo__video-load::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 15px);
  border-bottom: 15px solid transparent;
  border-left: 23px solid #ff69b4;
  border-top: 15px solid transparent;
}
.p-demo__video-frame.is-video-loaded .p-demo__video-load {
  display: none;
}
.p-demo__cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.p-feature {
  background-color: #fffafb;
}
.p-feature .mySwiper {
  padding: 16px 40px 64px;
  overflow: hidden;
}
.p-feature .is-swiper-fallback .swiper-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.p-feature .is-swiper-fallback .swiper-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}
.p-feature .is-swiper-fallback .swiper-button-next,
.p-feature .is-swiper-fallback .swiper-button-prev,
.p-feature .is-swiper-fallback .swiper-pagination {
  display: none;
}
.p-feature .p-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--theme-color), transparent 90%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}
.p-feature .p-card__image {
  aspect-ratio: 4/3;
  background: #f8f8f8;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
}
.p-feature .p-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-feature .p-card__image--slider {
  padding: 4px;
}
.p-feature .p-card__image--slider img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.p-feature .p-card__image--slider img.is-active {
  opacity: 1;
}
.p-feature .p-card__body {
  padding: 32px 24px;
  flex-grow: 1;
}
.p-feature .p-card__label {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 12px;
  display: block;
}
.p-feature .p-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.p-feature .p-card p {
  font-size: 0.85rem;
  color: #8b7d84;
}
.p-feature .swiper-pagination-bullet-active {
  background: var(--theme-color);
}
.p-feature .swiper-button-next,
.p-feature .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: var(--theme-color);
  margin-top: -24px;
}
.p-feature .swiper-button-next::after,
.p-feature .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
}
.p-feature .swiper-button-prev {
  left: 0;
}
.p-feature .swiper-button-next {
  right: 0;
}
.p-feature .swiper-slide {
  height: auto;
}

.p-pricing__lead {
  text-align: left;
  max-width: 320px;
  margin: 0 auto 40px;
  color: #8b7d84;
  font-weight: 500;
}
.p-pricing__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-pricing__item {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease;
}
.p-pricing__item:hover {
  transform: translateY(-2px);
}
.p-pricing__item.is-recommended {
  border: 2px solid var(--theme-color);
  background: color-mix(in srgb, var(--theme-color), white 98%);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--theme-color), transparent 90%);
}
.p-pricing__badge {
  position: absolute;
  top: -14px;
  left: 24px;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 0;
  box-shadow: 0 4px 10px color-mix(in srgb, var(--theme-color), transparent 70%);
}
.p-pricing__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-pricing__name {
  font-weight: 700;
  font-size: 1.05rem;
}
.p-pricing__price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-color);
}
.p-pricing__price small {
  font-size: 0.8rem;
  margin-left: 4px;
}
.p-pricing__detail {
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed #e8e8e8;
  font-size: 0.85rem;
  color: #8b7d84;
  line-height: 1.5;
}

.p-steps {
  background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--theme-color), transparent 96%) 50%, transparent);
}
.p-steps__header {
  margin-bottom: 40px;
}
.p-steps__header .p-steps__lead {
  text-align: center;
  font-size: 0.9rem;
  color: #8b7d84;
  max-width: 100%;
  margin: 16px auto 0;
  line-height: 1.6;
}
.p-steps__content {
  backdrop-filter: blur(12px);
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4)) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, color-mix(in srgb, var(--theme-color), transparent 40%) 50%, rgba(255, 255, 255, 0.2) 100%) border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 56px 24px 48px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  margin: 0 auto;
}
.p-steps__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
.p-steps__btn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.p-steps__btn .c-btn {
  box-sizing: border-box;
  max-width: 100%;
}
.p-steps__item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.p-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 24px;
  width: 0;
  height: 32px;
  border-left: 2px dotted color-mix(in srgb, var(--theme-color), transparent 40%);
  transform: translateX(-50%);
}
.p-steps__item p {
  font-weight: 700;
  margin: 0;
  font-size: 1.05rem;
}
.p-steps__number {
  width: 48px;
  height: 48px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--theme-color), transparent 75%);
}

.l-footer {
  padding: 64px 32px 48px;
  background-color: #ffffff;
}
.l-footer__logo {
  text-align: left;
  margin-bottom: 24px;
}
.l-footer__desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 32px;
}
.l-footer__nav {
  margin-bottom: 32px;
}
.l-footer__links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 16px 0;
}
.l-footer__links:last-child {
  margin-bottom: 0;
}
.l-footer__links li {
  white-space: nowrap;
}
.l-footer__links a {
  color: #444;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s ease;
}
.l-footer__links a:hover {
  color: var(--theme-color);
}
.l-footer__bottom {
  border-top: 1px solid #dcdcdc;
  padding-top: 24px;
}
.l-footer__copyright, .l-footer__note {
  margin: 0 0 8px 0;
  color: #777;
  font-size: 0.85rem;
  font-weight: 500;
}
