/* ==================== */
/* App Page             */
/* ==================== */

:root {
  --app-brand: #FF8800;
  --app-brand-light: #FFF5E6;
  --app-brand-medium: #FFE0B2;
  --app-brand-dark: #E67A00;
  --app-text: #000;
  --app-text-light: #666;
  --app-text-muted: #999;
  --app-bg: #FFFAF5;
  --app-shadow: 0 2px 16px rgba(255,136,0,0.08);
  --app-shadow-lg: 0 8px 32px rgba(255,136,0,0.12);
  --app-radius: 16px;
  --app-radius-sm: 10px;
}

.p-app {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  color: var(--app-text);
  background: var(--app-bg);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* --- Reset global h2 styles --- */
.p-app h2 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* --- Hero --- */
.p-app-hero {
  background: url('../../images/page/app/hero-bg.jpg') center/cover no-repeat;
  padding: 60px 10px 50px;
  position: relative;
  overflow: hidden;
}
.p-app-hero__bg {
  position: absolute;
  inset: -25%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.p-app-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  will-change: transform;
}
.p-app-hero__blob--1 {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  top: 5%;
  left: -5%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 210, 160, 0.95) 0%,
    rgba(255, 160, 90, 0.45) 45%,
    transparent 70%
  );
  animation: p-app-hero-blob-a 22s ease-in-out infinite alternate;
}
.p-app-hero__blob--2 {
  width: min(70vw, 520px);
  height: min(70vw, 520px);
  bottom: -15%;
  right: -20%;
  background: radial-gradient(
    circle at 60% 40%,
    rgba(255, 180, 100, 0.75) 0%,
    rgba(255, 120, 60, 0.35) 50%,
    transparent 72%
  );
  animation: p-app-hero-blob-b 28s ease-in-out infinite alternate;
}
.p-app-hero__blob--3 {
  width: min(45vw, 340px);
  height: min(45vw, 340px);
  top: 35%;
  left: 40%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 235, 200, 0.85) 0%,
    rgba(255, 190, 120, 0.4) 55%,
    transparent 70%
  );
  animation: p-app-hero-blob-c 18s ease-in-out infinite alternate;
}
@keyframes p-app-hero-blob-a {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(12%, 8%) scale(1.12);
  }
}
@keyframes p-app-hero-blob-b {
  0% {
    transform: translate(0, 0) scale(1.05);
  }
  100% {
    transform: translate(-10%, -6%) scale(1);
  }
}
@keyframes p-app-hero-blob-c {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-14%, 12%) scale(1.18);
  }
}

/* --- Hero Blob 4 & 5 (追加) --- */
.p-app-hero__blob--4 {
  width: min(40vw, 300px);
  height: min(40vw, 300px);
  top: -10%;
  right: 15%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 245, 180, 0.8) 0%,
    rgba(255, 210, 100, 0.4) 50%,
    transparent 72%
  );
  animation: p-app-hero-blob-d 24s ease-in-out infinite alternate;
}
.p-app-hero__blob--5 {
  width: min(50vw, 380px);
  height: min(50vw, 380px);
  bottom: -5%;
  left: 20%;
  background: radial-gradient(
    circle at 55% 55%,
    rgba(255, 200, 130, 0.65) 0%,
    rgba(255, 140, 70, 0.3) 55%,
    transparent 74%
  );
  animation: p-app-hero-blob-e 30s ease-in-out infinite alternate;
}
@keyframes p-app-hero-blob-d {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-8%, 6%) scale(1.08); }
  100% { transform: translate(6%, -10%) scale(1.15); }
}
@keyframes p-app-hero-blob-e {
  0%   { transform: translate(0, 0) scale(1.05); }
  40%  { transform: translate(10%, -8%) scale(1); }
  100% { transform: translate(-6%, 10%) scale(1.12); }
}

/* --- Hero Orbs (ふわふわ光の球) --- */
.p-app-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}
/* Orb 個別スタイル — 白っぽく・速め版 */
.p-app-hero__orb--1 {
  width: 36px; height: 36px;
  left: 18%; top: 22%;
  background: radial-gradient(circle, rgba(255,255,255,0.85) 0%, rgba(255,240,200,0.45) 50%, transparent 100%);
  box-shadow: 0 0 16px 8px rgba(255,255,220,0.45), 0 0 32px 14px rgba(255,200,100,0.2);
  filter: blur(4px);
  animation: p-app-orb-a 6s ease-in-out infinite;
  animation-delay: 0s;
  opacity: 0;
}
.p-app-hero__orb--2 {
  width: 52px; height: 52px;
  left: 38%; top: 55%;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,235,185,0.4) 50%, transparent 100%);
  box-shadow: 0 0 20px 10px rgba(255,255,210,0.4), 0 0 40px 18px rgba(255,190,80,0.18);
  filter: blur(5px);
  animation: p-app-orb-b 8s ease-in-out infinite;
  animation-delay: 0.9s;
  opacity: 0;
}
.p-app-hero__orb--3 {
  width: 28px; height: 28px;
  left: 60%; top: 18%;
  background: radial-gradient(circle, rgba(255,255,255,0.88) 0%, rgba(255,245,210,0.42) 50%, transparent 100%);
  box-shadow: 0 0 12px 6px rgba(255,255,225,0.5), 0 0 24px 10px rgba(255,210,120,0.2);
  filter: blur(3.5px);
  animation: p-app-orb-c 5.5s ease-in-out infinite;
  animation-delay: 0.3s;
  opacity: 0;
}
.p-app-hero__orb--4 {
  width: 44px; height: 44px;
  left: 78%; top: 40%;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,238,185,0.38) 50%, transparent 100%);
  box-shadow: 0 0 16px 8px rgba(255,255,215,0.42), 0 0 32px 14px rgba(255,180,70,0.18);
  filter: blur(4.5px);
  animation: p-app-orb-a 7s ease-in-out infinite;
  animation-delay: 1.6s;
  opacity: 0;
}
.p-app-hero__orb--5 {
  width: 26px; height: 26px;
  left: 25%; top: 70%;
  background: radial-gradient(circle, rgba(255,255,255,0.85) 0%, rgba(255,240,195,0.4) 50%, transparent 100%);
  box-shadow: 0 0 10px 5px rgba(255,255,220,0.48), 0 0 22px 9px rgba(255,200,90,0.2);
  filter: blur(3px);
  animation: p-app-orb-b 5s ease-in-out infinite;
  animation-delay: 0.6s;
  opacity: 0;
}
.p-app-hero__orb--6 {
  width: 40px; height: 40px;
  left: 83%; top: 20%;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,238,190,0.38) 50%, transparent 100%);
  box-shadow: 0 0 14px 7px rgba(255,255,218,0.42), 0 0 28px 12px rgba(255,185,80,0.18);
  filter: blur(4px);
  animation: p-app-orb-c 9s ease-in-out infinite;
  animation-delay: 2.2s;
  opacity: 0;
}
.p-app-hero__orb--7 {
  width: 62px; height: 62px;
  left: 50%; top: 45%;
  background: radial-gradient(circle, rgba(255,255,255,0.72) 0%, rgba(255,242,205,0.35) 50%, transparent 100%);
  box-shadow: 0 0 24px 12px rgba(255,255,225,0.38), 0 0 48px 20px rgba(255,195,90,0.15);
  filter: blur(6px);
  animation: p-app-orb-a 10s ease-in-out infinite;
  animation-delay: 0.2s;
  opacity: 0;
}
.p-app-hero__orb--8 {
  width: 32px; height: 32px;
  left: 65%; top: 72%;
  background: radial-gradient(circle, rgba(255,255,255,0.83) 0%, rgba(255,238,188,0.4) 50%, transparent 100%);
  box-shadow: 0 0 12px 6px rgba(255,255,218,0.45), 0 0 24px 10px rgba(255,195,85,0.2);
  filter: blur(3.5px);
  animation: p-app-orb-b 7s ease-in-out infinite;
  animation-delay: 2.8s;
  opacity: 0;
}
.p-app-hero__orb--9 {
  width: 46px; height: 46px;
  left: 10%; top: 55%;
  background: radial-gradient(circle, rgba(255,255,255,0.78) 0%, rgba(255,240,195,0.36) 50%, transparent 100%);
  box-shadow: 0 0 16px 8px rgba(255,255,220,0.4), 0 0 32px 14px rgba(255,190,75,0.17);
  filter: blur(5px);
  animation: p-app-orb-c 7.5s ease-in-out infinite;
  animation-delay: 1.4s;
  opacity: 0;
}
.p-app-hero__orb--10 {
  width: 34px; height: 34px;
  left: 43%; top: 15%;
  background: radial-gradient(circle, rgba(255,255,255,0.86) 0%, rgba(255,242,200,0.42) 50%, transparent 100%);
  box-shadow: 0 0 14px 7px rgba(255,255,222,0.46), 0 0 28px 12px rgba(255,200,85,0.2);
  filter: blur(4px);
  animation: p-app-orb-a 6s ease-in-out infinite;
  animation-delay: 1.9s;
  opacity: 0;
}
/* Orb フロートアニメーション 3種 */
@keyframes p-app-orb-a {
  0%   { transform: translate(0, 0) scale(1);           opacity: 0; }
  12%  { opacity: 1; }
  40%  { transform: translate(7px, -22px) scale(1.1);   opacity: 1; }
  70%  { transform: translate(-5px, -14px) scale(0.95); opacity: 0.8; }
  88%  { opacity: 0.3; }
  100% { transform: translate(3px, -32px) scale(0.8);   opacity: 0; }
}
@keyframes p-app-orb-b {
  0%   { transform: translate(0, 0) scale(1);            opacity: 0; }
  10%  { opacity: 1; }
  35%  { transform: translate(-9px, -20px) scale(1.12);  opacity: 1; }
  65%  { transform: translate(6px, -28px) scale(0.9);    opacity: 0.75; }
  85%  { opacity: 0.25; }
  100% { transform: translate(-3px, -40px) scale(0.75);  opacity: 0; }
}
@keyframes p-app-orb-c {
  0%   { transform: translate(0, 0) scale(1);            opacity: 0; }
  15%  { opacity: 1; }
  50%  { transform: translate(10px, -24px) scale(1.08);  opacity: 1; }
  80%  { opacity: 0.35; }
  100% { transform: translate(4px, -36px) scale(0.8);    opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .p-app-hero__blob {
    animation: none;
    opacity: 0.4;
  }
  .p-app-hero__orb {
    display: none;
  }
}
.p-app-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-app-hero__content {
  flex: 1;
  text-align: left;
}
.p-app-hero__screenshot {
  flex: 0 0 260px;
  position: relative;
  z-index: 1;
}
.p-app-hero__screenshot img {
  width: 240px;
  border-radius: 24px;
  animation: p-app-screenshot-float 4s ease-in-out infinite;
}
@keyframes p-app-screenshot-float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .p-app-hero__screenshot img {
    animation: none;
  }
}

/* --- Hero Logo --- */
.p-app-hero__logo {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.p-app-hero__logo img {
  height: 48px;
  width: auto;
  mix-blend-mode: screen;
}

.p-app-hero__catchcopy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 2px 12px rgba(180,100,0,0.3);
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-app-hero__catchcopy .accent {
  color: #fff;
}
.p-app-hero__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

/* Store Buttons (badge SVG) */
.p-app-store-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  color: inherit;
  border-radius: 0;
  text-decoration: none;
  line-height: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.p-app-store-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  text-decoration: none;
}
.p-app-store-btn__img {
  display: block;
  height: 56px;
  width: auto;
}
.p-app-store-btn--sm .p-app-store-btn__img {
  height: 48px;
}

/* --- Lead --- */
.p-app-lead {
  padding: 48px 24px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.p-app-lead__text {
  font-size: 16px;
  line-height: 2;
  color: var(--app-text);
  margin-bottom: 15px;
}
.p-app-lead__text .hl {
  background: linear-gradient(transparent 60%, #ffe49c 60%);
  font-weight: bold;
}
.p-app-lead__badge {
  display: inline-block;
  background: var(--app-brand);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* --- Section Titles --- */
.p-app-sec-title {
  text-align: center;
  margin-bottom: 40px;
}
.p-app-sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}
.p-app-sec-title h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--app-brand);
  margin: 10px auto 0;
  border-radius: 2px;
}
.p-app-sec-label {
  display: block;
  font-size: 12px;
  color: var(--app-brand);
  margin-bottom: 6px;
  letter-spacing: 4px;
  font-weight: 500;
}

/* --- Features --- */
.p-app-features {
  padding: 56px 24px;
  background: #fff;
}
.p-app-features__grid {
  display: grid;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.p-app-feat-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  background: var(--app-bg);
  border-radius: var(--app-radius);
  border: 1px solid var(--app-brand-medium);
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-app-feat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--app-shadow-lg);
}
.p-app-feat-card__visual {
  flex-shrink: 0;
  width: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 0;
}
.p-app-feat-card__icon-img {
  display: block;
  width: 72px;
  height: auto;
}
.p-app-feat-card__body {
  flex: 1;
  min-width: 0;
}
.p-app-feat-card__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.p-app-feat-card__body p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--app-text);
  margin-bottom: 0;
}
.p-app-features__note {
  text-align: center;
  margin-top: 28px;
  padding: 16px 20px;
  background: var(--app-brand-light);
  border-radius: var(--app-radius-sm);
  font-size: 14px;
  color: var(--app-text);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* --- CTA --- */
.p-app-cta__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin: 0 0 12px;
  padding: 5px 16px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.p-app-cta {
  padding: 40px 24px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-app-cta__bg {
  position: absolute;
  inset: -40%;
  background: url('../../images/page/app/hero-bg.jpg') center / cover no-repeat;
  z-index: 0;
  will-change: transform;
}
.p-app-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(220, 110, 0, 0.25);
  z-index: 1;
}
.p-app-cta > *:not(.p-app-cta__bg):not(.p-app-cta__overlay) {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.p-app-cta h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.p-app-cta__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.p-app-cta__arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255,255,255,0.9);
  border-bottom: 1.5px solid rgba(255,255,255,0.9);
  transform: rotate(45deg);
  animation: p-app-cta-arrow 1.6s ease-in-out infinite;
}
.p-app-cta__arrow span:nth-child(1) { animation-delay: 0s;   opacity: 0.4; }
.p-app-cta__arrow span:nth-child(2) { animation-delay: 0.2s; opacity: 0.65; }
.p-app-cta__arrow span:nth-child(3) { animation-delay: 0.4s; opacity: 0.9; }
@keyframes p-app-cta-arrow {
  0%   { transform: rotate(45deg) translate(-2px, -2px); opacity: 0; }
  50%  { opacity: inherit; }
  100% { transform: rotate(45deg) translate(2px, 2px);   opacity: 0; }
}

/* --- Steps --- */
.p-app-steps {
  padding: 56px 24px;
}
.p-app-steps__list {
  max-width: 700px;
  margin: 0 auto;
}
.p-app-step {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 36px;
  position: relative;
}
.p-app-step:last-child {
  padding-bottom: 0;
}
.p-app-step__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 44px;
  min-height: 0;
  align-self: stretch;
}
.p-app-step__num {
  position: relative;
  width: 44px;
  height: 44px;
  background: var(--app-brand);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}
/* 番号下〜レール下端まで（次ステップの番号エリアには伸ばさない＝重なり防止） */
.p-app-step__line-track {
  position: absolute;
  left: 50%;
  top: calc(44px + 4px);
  bottom: 0;
  width: 10px;
  margin: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.p-app-step__bar {
  width: 100%;
  flex: 1 1 auto;
  min-height: 8px;
  background-color: transparent;
  background-image: radial-gradient(
    circle at center,
    var(--app-brand-medium) 3px,
    transparent 3.5px
  );
  background-size: 10px 18px;
  background-position: center top;
  background-repeat: repeat-y;
}
/* スクロール量に応じて --p-app-line-p（0〜1）で徐々に表示（親 .p-app-step に JS が設定） */
html.p-app-has-step-line-anim .p-app-step .p-app-step__bar {
  clip-path: inset(0 0 calc((1 - var(--p-app-line-p, 0)) * 100%) 0);
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  html.p-app-has-step-line-anim .p-app-step__bar {
    clip-path: inset(0 0 0 0) !important;
  }
}
.p-app-step__body {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}
.p-app-step__body h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.p-app-step__body p {
  font-size: 15px;
  color: var(--app-text);
  line-height: 1.9;
  margin-bottom: 12px;
}
.p-app-step__note {
  font-size: 14px;
  color: var(--app-brand-dark);
  margin-top: 4px;
}
.p-app-step__ss {
  display: block;
  border-radius: 16px;
  box-shadow: var(--app-shadow-lg);
  max-width: 220px;
  border: 3px solid var(--app-brand-medium);
  margin: 12px auto 0;
  width: 240px;
}
.p-app-step__btns {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

/* Chat Features */
.p-app-chat-feat {
  max-width: 700px;
  margin: 24px auto 0;
  padding: 0 24px;
}
.p-app-chat-feat h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.p-app-chat-feat__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.p-app-cf-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--app-text);
  padding: 8px 12px;
  background: var(--app-brand-light);
  border-radius: 8px;
}
.p-app-cf-dot {
  width: 6px;
  height: 6px;
  background: var(--app-brand);
  border-radius: 50%;
  flex-shrink: 0;
}

/* --- Safety --- */
.p-app-safety {
  padding: 56px 24px;
  background: #fff;
}
.p-app-safety__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 700px;
  margin: 0 auto;
  align-items: stretch;
}
.p-app-safety-card {
  padding: 24px 16px;
  background: var(--app-bg);
  border-radius: var(--app-radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.p-app-safety-card__icon {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 64px;
  line-height: 0;
}
.p-app-safety-card__icon img {
  display: block;
  width: auto;
  max-width: 64px;
  height: 64px;
  margin: 0 auto;
  object-fit: contain;
}
.p-app-safety-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.p-app-safety-card p {
  font-size: 14px;
  color: var(--app-text);
  line-height: 1.7;
  flex: 1 1 auto;
  margin: 0;
}
.p-app-safety-card small {
  color: var(--app-text-light);
  font-size: 13px;
}

/* --- Voices --- */
.p-app-voices {
  padding: 56px 24px;
}
.p-app-voices__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.p-app-v-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.p-app-v-card__bubble {
  flex: 1;
  min-width: 0;
  position: relative;
  background: #fff;
  border: 1px solid #f0e8df;
  border-radius: 18px;
  padding: 18px 20px 20px;
  box-shadow: var(--app-shadow);
}
/* 吹き出しのしっぽ（アバター方向） */
.p-app-v-card__bubble::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 9px 0;
  border-color: transparent #f0e8df transparent transparent;
}
.p-app-v-card__bubble::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.p-app-v-card__head {
  margin-bottom: 10px;
}
.p-app-v-card__avatar {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--app-brand-light);
  line-height: 0;
  box-shadow: 0 2px 8px rgba(255, 136, 0, 0.12);
}
.p-app-v-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-app-v-card__meta {
  font-size: 16px;
  font-weight: 700;
}
.p-app-v-card__meta span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--app-text-light);
  margin-top: 4px;
}
.p-app-v-card__quote {
  font-size: 15px;
  color: var(--app-text);
  line-height: 1.9;
  margin: 0;
}

/* --- Scroll reveal (fade-in) --- */
html.p-app-has-scroll-reveal .p-app .p-app-reveal {
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
html.p-app-has-scroll-reveal .p-app .p-app-reveal:not(.is-inview) {
  opacity: 0;
  transform: translateY(32px);
}
html.p-app-has-scroll-reveal .p-app .p-app-reveal.is-inview {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.p-app-has-scroll-reveal .p-app .p-app-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .p-app-hero__inner {
    flex-direction: column;
    text-align: center;
  }
  .p-app-hero__content {
    text-align: center;
  }
  .p-app-hero__screenshot {
    flex: none;
  }
  .p-app-hero__screenshot img {
    width: 210px;
  }
  .p-app-hero__catchcopy {
    font-size: 22px;
  }
  .p-app-hero__buttons {
    align-items: center;
  }
  .p-app-safety__grid {
    grid-template-columns: 1fr;
  }
  .p-app-chat-feat__grid {
    grid-template-columns: 1fr;
  }
  .p-app-feat-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .p-app-v-card {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .p-app-v-card__bubble {
    width: 100%;
    box-sizing: border-box;
  }
  .p-app-v-card__bubble::before {
    left: 50%;
    right: auto;
    top: -11px;
    transform: translateX(-50%);
    border-width: 0 10px 11px 10px;
    border-color: transparent transparent #f0e8df transparent;
  }
  .p-app-v-card__bubble::after {
    left: 50%;
    right: auto;
    top: -9px;
    transform: translateX(-50%);
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
  }
  .p-app-cta,
  .p-app-steps {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-app-cta {
    padding-top: 28px;
    padding-bottom: 48px;
  }
  .p-app-cta h3 {
    font-size: 19px;
  }
}
