/* Auto-generated — edit lp-conversion-{premium,ux,desire,convert,cinematic}.css then npm run build:lp-conversion-css */
/**
 * LiverStats LP — Conversion Premium Layer v2
 * 方針: Apple / Stripe / Linear / Vercel — ガラス · 発光 · 奥行き · 申込率
 * 情報量は増やさず、視線誘導と触感のみ強化
 */

/* ── Tokens ── */
:root {
  --lp-glass: rgba(12, 14, 26, 0.55);
  --lp-glass-border: rgba(255, 255, 255, 0.08);
  --lp-glass-highlight: rgba(255, 255, 255, 0.04);
  --lp-glow-purple: rgba(124, 58, 237, 0.45);
  --lp-glow-cyan: rgba(34, 211, 238, 0.28);
  --lp-gradient-hero: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(124, 58, 237, 0.35), transparent 65%),
    radial-gradient(ellipse 50% 40% at 85% 20%, rgba(34, 211, 238, 0.12), transparent 55%);
  --lp-gradient-cta: linear-gradient(135deg, #8b5cf6 0%, #6366f1 42%, #06b6d4 100%);
  --lp-shadow-card: 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
  --lp-shadow-card-hover: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 40px rgba(124, 58, 237, 0.18);
  --lp-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Background depth ── */
.lp-bg__glow--hero {
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(139, 92, 246, 0.42), transparent 68%),
    radial-gradient(ellipse 40% 35% at 20% 15%, rgba(34, 211, 238, 0.15), transparent 60%);
  animation: lp-glow-breathe 12s ease-in-out infinite alternate;
}

.lp-bg__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    radial-gradient(at 20% 30%, rgba(124, 58, 237, 0.08) 0, transparent 50%),
    radial-gradient(at 80% 70%, rgba(6, 182, 212, 0.06) 0, transparent 45%);
  pointer-events: none;
}

@keyframes lp-glow-breathe {
  from { opacity: 0.85; transform: translateX(-50%) scale(1); }
  to { opacity: 1; transform: translateX(-50%) scale(1.04); }
}

/* ── Section rhythm ── */
.lp-main > section {
  position: relative;
  isolation: isolate;
}

.lp-main > section:nth-child(even)::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, transparent 40%, rgba(124, 58, 237, 0.03) 100%);
  pointer-events: none;
}

.lp-main > section:nth-child(odd):not(.hero)::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
}

/* ── Scroll reveal ──
   以前は translateY(18px) → 0 で「せり上がる」動きだった。スマホでは読み始めた行がまだ動いていて
   読みにくい（CEO指摘）。動かすのをやめ、フェードだけ残す。位置は最初から最終位置に置く。 */
[data-lp-reveal] {
  opacity: 0;
  transition: opacity 0.3s var(--lp-ease-out);
}

[data-lp-reveal].is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  [data-lp-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-bg__glow--hero,
  .btn--glow::before,
  .price-card--spotlight .price-card__ribbon {
    animation: none !important;
  }
}

/* ── Hero ── */
.hero--premium .hero__intro {
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
  background: var(--lp-glass);
  border: 1px solid var(--lp-glass-border);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--lp-shadow-card), inset 0 1px 0 var(--lp-glass-highlight);
}

.hero--premium .hero__title--value .hero__em {
  background: linear-gradient(135deg, #e9d5ff 0%, #a5b4fc 45%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.35));
}

.hero--premium .lp-hero-demo__phone {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(124, 58, 237, 0.25);
  transform: perspective(1200px) rotateX(2deg);
  transition: transform 0.5s var(--lp-ease-out), box-shadow 0.5s var(--lp-ease-out);
}

.hero--premium .lp-hero-demo:hover .lp-hero-demo__phone {
  transform: perspective(1200px) rotateX(0deg) translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(124, 58, 237, 0.32);
}

.hero__cta {
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: rgba(8, 10, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

/* ── CTA buttons ── */
.btn--glow {
  position: relative;
  overflow: hidden;
  border: none;
  background: var(--lp-gradient-cta) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 4px 20px rgba(99, 102, 241, 0.45),
    0 0 40px rgba(124, 58, 237, 0.25);
  transition: transform 0.25s var(--lp-ease-out), box-shadow 0.25s var(--lp-ease-out), filter 0.25s;
}

.btn--glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 45%, rgba(34, 211, 238, 0.2));
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.btn--glow:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 8px 32px rgba(99, 102, 241, 0.55),
    0 0 60px rgba(124, 58, 237, 0.35);
  filter: brightness(1.06);
}

.btn--glow:hover::before {
  opacity: 1;
}

.btn--glow:active {
  transform: translateY(0) scale(0.99);
}

.price-card__cta.btn--glow {
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-block: 0.85rem;
}

/* ── Pricing zones (personal / agency split) ── */
.lp-pricing-section {
  padding-block: clamp(3rem, 8vw, 5rem);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(124, 58, 237, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(8, 10, 20, 0.6) 0%, transparent 100%);
}

.lp-pricing-zone {
  position: relative;
}

.lp-pricing-zone__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.lp-pricing-zone__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.25);
}

.lp-pricing-zone--personal .lp-pricing-zone__eyebrow {
  color: #a5f3fc;
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.22);
}

.lp-pricing-zone--agency .lp-pricing-zone__eyebrow {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.08);
  border-color: rgba(250, 204, 21, 0.22);
}

.lp-pricing-zone__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lp-pricing-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.5rem 0;
  max-width: 36rem;
  margin-inline: auto;
}

.lp-pricing-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.lp-pricing-divider__link {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.lp-pricing-divider__link:hover {
  color: #f8fafc;
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(124, 58, 237, 0.1);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.15);
}

/* ── Plan cards premium ── */
.price-card--premium {
  position: relative;
  background: linear-gradient(165deg, rgba(18, 20, 34, 0.92) 0%, rgba(10, 12, 22, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--lp-shadow-card);
  backdrop-filter: blur(12px);
  transition: transform 0.35s var(--lp-ease-out), box-shadow 0.35s var(--lp-ease-out), border-color 0.35s;
}

.price-card--premium:hover {
  transform: translateY(-6px);
  box-shadow: var(--lp-shadow-card-hover);
  border-color: rgba(168, 85, 247, 0.28);
}

.price-card--spotlight {
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow:
    var(--lp-shadow-card),
    0 0 48px rgba(250, 204, 21, 0.08),
    0 0 32px rgba(124, 58, 237, 0.12);
}

.price-card--spotlight:hover {
  border-color: rgba(250, 204, 21, 0.5);
  box-shadow:
    var(--lp-shadow-card-hover),
    0 0 56px rgba(250, 204, 21, 0.12);
}

.price-card__ribbon {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.price-card__ribbon--pick {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1c1917;
}

.price-card__ribbon--release {
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: #fff;
}

.price-card__ribbon--agency {
  background: linear-gradient(135deg, #22d3ee, #0891b2);
  color: #042f2e;
}

@keyframes lp-ribbon-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-3px); }
}

.price-card__choose-reason {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.08);
  border-left: 3px solid rgba(168, 85, 247, 0.5);
}

.price-card__retention {
  padding: 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.price-card--agency.price-card--premium {
  background: linear-gradient(165deg, rgba(14, 18, 32, 0.95) 0%, rgba(8, 12, 24, 0.9) 100%);
}

.price-card--agency-featured.price-card--premium {
  border-color: rgba(34, 211, 238, 0.3);
}

/* Campaign banner glass */
.pricing-campaign {
  backdrop-filter: blur(16px);
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* ── Final CTA section ── */
.ref-cta--clean {
  position: relative;
  overflow: hidden;
}

.ref-cta--clean::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(124, 58, 237, 0.25), transparent 65%),
    radial-gradient(ellipse 40% 50% at 80% 30%, rgba(34, 211, 238, 0.1), transparent 55%);
  pointer-events: none;
}

.ref-cta--clean .ref-cta__inner {
  position: relative;
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  background: var(--lp-glass);
  border: 1px solid var(--lp-glass-border);
  backdrop-filter: blur(20px);
  box-shadow: var(--lp-shadow-card);
}

/* ── Pricing page (site.css body) ── */
body.pricing-page-premium {
  background: #05060c;
}

body.pricing-page-premium main {
  padding-bottom: 3rem;
}

body.pricing-page-premium .page-hero {
  text-align: center;
  padding-block: 2.5rem 1rem;
}

body.pricing-page-premium .page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #f8fafc, #94a3b8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.pricing-page-premium .pricing-group {
  margin-bottom: 0;
  padding: 2rem 0;
}

body.pricing-page-premium .pricing-group--personal {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34, 211, 238, 0.06), transparent 70%);
}

body.pricing-page-premium .pricing-group--agency {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(250, 204, 21, 0.04), transparent 70%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 3rem;
}

body.pricing-page-premium .pricing-group__title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 900px) {
  .pricing-grid--lp {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .price-card--spotlight {
    transform: scale(1.02);
  }

  .price-card--spotlight:hover {
    transform: scale(1.02) translateY(-6px);
  }
}

/* ══════════════════════════════════════════════════════════════
   Conversion Premium Layer v3 — Emotional · Impact · SaaS-grade
   ══════════════════════════════════════════════════════════════ */

:root {
  --lp-neon-purple: rgba(168, 85, 247, 0.55);
  --lp-neon-cyan: rgba(34, 211, 238, 0.45);
  --lp-neon-gold: rgba(250, 204, 21, 0.4);
  --lp-stat-glow: 0 0 40px rgba(124, 58, 237, 0.25), 0 0 80px rgba(34, 211, 238, 0.08);
  --lp-font-display: ui-sans-serif, system-ui, -apple-system, 'SF Pro Display', 'Segoe UI', sans-serif;
}

/* ── Aurora background ── */
.lp-bg__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 15% 25%, rgba(124, 58, 237, 0.14), transparent 60%),
    radial-gradient(ellipse 45% 40% at 85% 55%, rgba(34, 211, 238, 0.1), transparent 55%),
    radial-gradient(ellipse 35% 30% at 50% 80%, rgba(99, 102, 241, 0.08), transparent 50%);
  /* animation removed for UX — static glow */
  opacity: 0.9;
}

@keyframes lp-aurora-drift {
  0% { transform: translate3d(0, 0, 0) scale(1); filter: hue-rotate(0deg); }
  50% { transform: translate3d(2%, -1%, 0) scale(1.03); }
  100% { transform: translate3d(-1%, 2%, 0) scale(1.05); filter: hue-rotate(8deg); }
}

/* ── Section glow themes ── */
.lp-section-glow {
  position: relative;
}

.lp-section-glow::before {
  content: '';
  position: absolute;
  inset: -10% 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s var(--lp-ease-out);
}

.lp-section-glow.is-visible::before,
.lp-section-glow:not([data-lp-reveal])::before {
  opacity: 1;
}

.lp-section-glow::before {
  background: radial-gradient(ellipse 70% 55% at 50% 30%, rgba(124, 58, 237, 0.12), transparent 68%);
}

.lp-section-glow--cyan::before {
  background: radial-gradient(ellipse 75% 60% at 50% 20%, rgba(34, 211, 238, 0.14), transparent 65%),
    radial-gradient(ellipse 40% 35% at 80% 70%, rgba(124, 58, 237, 0.06), transparent 55%);
}

.lp-section-glow--purple::before {
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(139, 92, 246, 0.18), transparent 70%),
    radial-gradient(ellipse 30% 25% at 20% 80%, rgba(236, 72, 153, 0.06), transparent 50%);
}

/* ── Hero v3: impact + emotion ── */
.hero--premium {
  padding-block: clamp(2.5rem, 6vw, 4.5rem) clamp(3rem, 8vw, 5rem);
}

.hero--premium .hero__intro {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 24px;
  box-shadow:
    var(--lp-shadow-card),
    inset 0 1px 0 var(--lp-glass-highlight),
    0 0 80px rgba(124, 58, 237, 0.12);
}

.hero--premium .hero__title--value {
  font-size: clamp(1.65rem, 4.8vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  margin-block: 0.85rem 0.65rem;
}

.hero__punch--emotional {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 0.75rem;
  background: linear-gradient(90deg, #f5d0fe 0%, #c4b5fd 40%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(168, 85, 247, 0.35));
}

/* Hero stat strip — demo numbers as emotional anchor */
.hero__stat-strip {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 2.5rem);
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero__stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.1rem 0.25rem;
  text-align: center;
}

.hero__stat-val {
  font-family: var(--lp-font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.4));
}

.hero__stat-unit {
  font-size: 0.85em;
  font-weight: 700;
  color: #a5f3fc;
}

.hero__stat-label {
  flex: 0 0 100%;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

/* Demo aurora ring */
.lp-hero-demo__aurora {
  position: absolute;
  inset: -15% -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 45% at 50% 55%, rgba(124, 58, 237, 0.35), transparent 65%),
    radial-gradient(ellipse 35% 30% at 30% 40%, rgba(34, 211, 238, 0.2), transparent 60%);
  filter: blur(40px);
  opacity: 0.85;
}

@keyframes lp-demo-aurora {
  from { opacity: 0.7; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1.05); }
}

.lp-hero-demo__stage {
  position: relative;
  z-index: 1;
}

.hero--premium .hero__cta {
  margin-top: 0.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(10, 12, 22, 0.75) 0%, rgba(8, 10, 18, 0.55) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* ── Outcome — cinematic emotion ── */
.lp-outcome__title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  background: linear-gradient(135deg, #f8fafc 0%, #e9d5ff 50%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-outcome__lead {
  font-size: clamp(1.1rem, 2.5vw, 1.45rem) !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
}

/* ── KPI stat cards — numbers as hero ── */
.lp-stat-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(16, 18, 32, 0.85) 0%, rgba(8, 10, 20, 0.75) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: var(--lp-shadow-card);
  transition: transform 0.35s var(--lp-ease-out), box-shadow 0.35s var(--lp-ease-out), border-color 0.35s;
}

.lp-stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124, 58, 237, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}

.lp-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.25) !important;
  box-shadow: var(--lp-shadow-card-hover), var(--lp-stat-glow);
}

.lp-stat-card:hover::before {
  opacity: 1;
}

.lp-asset--kpi .lp-stat-card .lp-asset__val {
  font-family: var(--lp-font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1.05;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}

.lp-asset__card--highlight.lp-stat-card .lp-asset__val.text-win {
  background: linear-gradient(135deg, #bbf7d0 0%, #4ade80 45%, #a5f3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px rgba(74, 222, 128, 0.4));
}

.lp-asset__card--highlight.lp-stat-card .lp-asset__val {
  background: linear-gradient(135deg, #fef08a 0%, #a5f3fc 45%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 28px rgba(168, 85, 247, 0.45));
}

.lp-asset--kpi .lp-stat-card .text-win {
  color: #4ade80;
  -webkit-text-fill-color: #4ade80;
  text-shadow: 0 0 30px rgba(74, 222, 128, 0.35);
}

.lp-asset--kpi .lp-stat-card .lp-metrics__val--cyan {
  color: #22d3ee;
  text-shadow: 0 0 30px rgba(34, 211, 238, 0.35);
}

.lp-section-title--kpi {
  font-size: clamp(1.5rem, 3.5vw, 2.1rem) !important;
  letter-spacing: -0.03em !important;
}

/* ── Compare numbers — bold future feel ── */
.lp-compare__num {
  font-family: var(--lp-font-display);
  font-size: 1.15em !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: #e9d5ff !important;
  text-shadow: 0 0 24px rgba(168, 85, 247, 0.5);
}

.lp-compare__col--with {
  box-shadow: 0 0 48px rgba(124, 58, 237, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(168, 85, 247, 0.25) !important;
}

/* ── Emotion band — cinematic ── */
.lp-emotion-band__title {
  font-size: clamp(1.85rem, 4.5vw, 2.85rem) !important;
  letter-spacing: -0.04em !important;
}

.lp-emotion-band__em {
  filter: drop-shadow(0 0 32px rgba(168, 85, 247, 0.45));
}

.lp-emotion-band__bg {
  opacity: 0.85;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(124, 58, 237, 0.25), transparent 70%),
    radial-gradient(ellipse 40% 35% at 20% 80%, rgba(34, 211, 238, 0.12), transparent 60%) !important;
}

/* ── Plan cards v3 — glass · neon · float ── */
.price-card--premium::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 40%, rgba(168, 85, 247, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.price-card--premium::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(124, 58, 237, 0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: -1;
}

.price-card--premium:hover::after {
  opacity: 1;
}

.price-card--premium:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(168, 85, 247, 0.2),
    0 0 60px rgba(124, 58, 237, 0.22),
    0 0 100px rgba(34, 211, 238, 0.06);
}

.price-card--spotlight {
  box-shadow:
    var(--lp-shadow-card),
    0 0 0 1px rgba(250, 204, 21, 0.2),
    0 0 64px rgba(250, 204, 21, 0.12),
    0 0 48px rgba(124, 58, 237, 0.15);
}

.price-card--spotlight:hover {
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(250, 204, 21, 0.35),
    0 0 80px rgba(250, 204, 21, 0.18),
    0 0 60px rgba(124, 58, 237, 0.2);
}

.price-card--premium .price-card__amount,
.price-card--premium .price-card__price {
  font-family: var(--lp-font-display);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.2);
}

.price-card__ribbon {
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(250, 204, 21, 0.35);
}

.price-card__ribbon--release {
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(124, 58, 237, 0.45);
}

.ref-cta--clean .ref-cta__inner {
  padding: clamp(2.5rem, 6vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 28px;
  box-shadow:
    var(--lp-shadow-card),
    0 0 100px rgba(124, 58, 237, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ref-cta--clean .ref-cta__title {
  font-size: clamp(1.65rem, 4vw, 2.35rem) !important;
  letter-spacing: -0.035em !important;
  margin-bottom: 1.25rem !important;
}

.ref-cta--clean .btn--glow {
  min-width: min(100%, 20rem);
  padding-block: 1rem;
  font-size: 1.05rem;
}

/* ── Floating CTA bar ── */
.lp-floating-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(5, 6, 12, 0.85) 35%, rgba(5, 6, 12, 0.95) 100%);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.45s var(--lp-ease-out), opacity 0.45s var(--lp-ease-out);
  pointer-events: none;
}

.lp-floating-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.btn--floating {
  width: min(100%, 22rem);
  padding-block: 0.9rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 8px 32px rgba(99, 102, 241, 0.55),
    0 0 60px rgba(124, 58, 237, 0.35);
}

/* ── Stagger reveal ──
   [data-lp-reveal] と同じ理由で移動をやめた。加えて 1枚ごとの遅延（最大0.22s + 0.55s）も外す —
   スクロールが速いと、目に入ったカードがまだ空欄で、読もうとした瞬間に中身が出てくる形になっていた。 */
[data-lp-reveal-stagger] > * {
  opacity: 0;
  transition: opacity 0.3s var(--lp-ease-out);
}

[data-lp-reveal-stagger].is-visible > * {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .lp-bg__aurora,
  .lp-hero-demo__aurora,
  .btn--glow {
    animation: none !important;
  }

  [data-lp-reveal-stagger] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .lp-floating-cta {
    transition: none;
  }
}

@media (max-width: 640px) {
  .hero__stat-strip {
    gap: 0.85rem 1.25rem;
  }

  .hero__stat-val {
    font-size: 1.35rem;
  }

  .lp-floating-cta {
    padding-inline: 0.85rem;
  }
}


/**
 * LiverStats LP — Conversion UX Layer
 * 目的: 申込率最大化 · スマホ最優先 · 3秒理解 · デモ主役
 */

/* ── Hero: 3秒理解 ── */
.hero--ux {
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  padding-bottom: 0.5rem;
}

.hero__stack--ux {
  max-width: min(100%, 26rem);
  gap: 0.65rem;
}

.hero__pitch {
  width: 100%;
  text-align: center;
  padding: 0 0.25rem;
}

.hero__badge {
  display: inline-flex;
  margin: 0 0 0.55rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #a5f3fc;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.28);
}

.hero__title--ux {
  margin: 0 0 0.45rem;
  font-size: clamp(1.85rem, 7.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.hero__title--ux .hero__em {
  background: linear-gradient(135deg, #e9d5ff 0%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__hook {
  margin: 0;
  font-size: clamp(0.88rem, 3.6vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
  color: #94a3b8;
}

/* ── Demo spotlight ── */
.lp-hero-demo--spotlight {
  width: 100%;
  padding: 0.35rem 0 0;
  margin-top: 0.15rem;
}

.lp-hero-demo__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c4b5fd;
}

.lp-hero-demo__label-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.7);
  animation: lp-demo-dot 2s ease-in-out infinite;
}

@keyframes lp-demo-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.lp-hero-demo--spotlight .lp-hero-demo__stage {
  width: min(100%, 360px);
  margin-inline: auto;
}

.lp-hero-demo--spotlight .lp-hero-demo__phone,
.lp-hero-demo--spotlight #lp-phone-demo {
  width: 100%;
  min-height: min(540px, 58vh);
  max-height: 68vh;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 24px 64px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(124, 58, 237, 0.28);
}

/* ── Hero CTA (thumb zone) ── */
.hero__cta--ux {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0;
  background: none;
  border: none;
  backdrop-filter: none;
}

.hero__cta--ux .btn--hero {
  width: 100%;
  min-height: 3.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
}

.hero__cta-hint {
  margin: 0.55rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  color: #64748b;
  text-align: center;
}

.hero__cta--ux .hero__stat-strip {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ── Inline CTA bands ── */
.lp-cta-band {
  padding: 1.35rem 0;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06) 0%, transparent 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.lp-cta-band--subtle {
  background: transparent;
  border-block-color: rgba(255, 255, 255, 0.04);
}

.lp-cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.lp-cta-band__copy {
  margin: 0;
  font-size: clamp(0.92rem, 3.8vw, 1.05rem);
  font-weight: 700;
  line-height: 1.45;
  color: #e2e8f0;
}

.lp-cta-band .btn {
  width: min(100%, 20rem);
  min-height: 3rem;
  font-weight: 700;
}

/* ── 専属AIパートナー訴求（デモ直後） ── */
.lp-partner-appeal {
  padding: clamp(1.5rem, 5vw, 2.5rem) 0 clamp(1.75rem, 5vw, 2.75rem);
}

.lp-section-glow--gold::before {
  background:
    radial-gradient(ellipse 75% 60% at 50% 20%, rgba(250, 204, 21, 0.14), transparent 65%),
    radial-gradient(ellipse 45% 40% at 20% 75%, rgba(124, 58, 237, 0.08), transparent 55%),
    radial-gradient(ellipse 40% 35% at 85% 70%, rgba(34, 211, 238, 0.06), transparent 55%);
}

.lp-partner-appeal__wrap {
  max-width: 36rem;
  margin: 0 auto;
}

.lp-partner-appeal__card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 4.5vw, 1.75rem) clamp(1.1rem, 4vw, 1.5rem);
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(250, 204, 21, 0.32);
  background:
    linear-gradient(155deg, rgba(250, 204, 21, 0.1) 0%, rgba(10, 8, 18, 0.94) 42%, rgba(8, 10, 22, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.08) inset,
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(250, 204, 21, 0.12);
}

.lp-partner-appeal__glow {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 18rem);
  height: 8rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.22) 0%, transparent 70%);
  filter: blur(8px);
}

.lp-partner-appeal__nova {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  font-size: 1.35rem;
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.28);
  box-shadow: 0 0 20px rgba(250, 204, 21, 0.2);
}

.lp-partner-appeal__title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 4.6vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fef9c3 0%, #fbbf24 45%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-partner-appeal__body {
  position: relative;
  z-index: 1;
  margin: 0 0 1.1rem;
}

.lp-partner-appeal__body p {
  margin: 0 0 0.35rem;
  font-size: clamp(0.88rem, 3.6vw, 0.98rem);
  font-weight: 600;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.92);
}

.lp-partner-appeal__body-em {
  margin-top: 0.15rem !important;
  font-weight: 700 !important;
  color: #fde68a !important;
}

.lp-partner-appeal__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  width: min(100%, 18rem);
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  color: #0f0a1a;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #d97706 100%);
  box-shadow:
    0 6px 24px rgba(250, 204, 21, 0.32),
    0 0 40px rgba(250, 204, 21, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-partner-appeal__cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 32px rgba(250, 204, 21, 0.42),
    0 0 56px rgba(250, 204, 21, 0.2);
}

@media (max-width: 390px) {
  .lp-partner-appeal__card {
    padding-inline: 0.95rem;
  }

  .lp-partner-appeal__cta {
    width: 100%;
  }
}

/* ── Plan picker (value-first) ── */
.lp-plan-picker {
  margin: 0 0 1.25rem;
  padding: 1rem 1rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-plan-picker__title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.02em;
}

.lp-plan-picker__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.lp-plan-picker__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(8, 10, 18, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-plan-picker__item--pick {
  border-color: rgba(250, 204, 21, 0.35);
  background: rgba(124, 58, 237, 0.08);
}

.lp-plan-picker__plan {
  font-size: 0.78rem;
  font-weight: 800;
  color: #c4b5fd;
}

.lp-plan-picker__why {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  color: #cbd5e1;
  text-align: left;
}

.lp-plan-picker__badge {
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  color: #1c1917;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

/* ── Pricing cards: value before price ── */
.price-card--value-first .price-card__tier--price {
  order: 10;
  opacity: 0.85;
}

.price-card--value-first .price-card__tier--price .price-card__tier-label {
  font-size: 0.65rem;
  color: #64748b;
}

.price-card--value-first .price-card__amount {
  font-size: 1.15rem;
}

.price-card--value-first .price-card__choose-reason {
  order: 1;
  border-left-color: rgba(34, 211, 238, 0.5);
  background: rgba(34, 211, 238, 0.06);
}

.price-card--value-first .price-card__choose-reason-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #67e8f9;
}

.price-card--value-first .price-card__choose-reason-text {
  font-size: 0.92rem;
  font-weight: 700;
  color: #f1f5f9;
}

.price-card--value-first .price-card__tier--hero {
  order: 2;
}

.price-card--value-first .price-card__cta {
  order: 5;
  margin-block: 0.5rem;
}

.price-card--value-first .price-card__top {
  display: flex;
  flex-direction: column;
}

/* ── Mobile readability ── */
@media (max-width: 767px) {
  .lp-main > section {
    padding-block: clamp(2rem, 6vw, 2.75rem);
  }

  .lp-outcome__lead br {
    display: none;
  }

  .lp-outcome__lead {
    line-height: 1.55 !important;
  }

  .lp-emotion-band__lead br {
    display: none;
  }

  .lp-value-cards--band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .lp-value-cards--band .lp-value-card__desc {
    display: none;
  }

  .lp-value-cards--band .lp-value-card__title {
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .lp-career__story-line br {
    display: none;
  }

  .lp-asset__grid {
    gap: 0.65rem !important;
  }

  .lp-asset__group {
    margin-bottom: 1.25rem;
  }

  .lp-compare__grid--split {
    gap: 0.75rem;
  }

  .lp-explore__grid {
    gap: 0.65rem;
  }

  .lp-explore-card {
    min-height: 3.5rem;
    padding: 0.85rem;
  }

  .lp-floating-cta {
    padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  }

  .lp-floating-cta .btn--floating {
    min-height: 3.1rem;
  }

  .lp-questions__item {
    font-size: 0.92rem;
    line-height: 1.55;
    padding-block: 0.75rem;
  }

  .lp-section-title br,
  .lp-compare__lead br {
    display: none;
  }

  .lp-hero-demo--spotlight .lp-hero-demo__phone,
  .lp-hero-demo--spotlight #lp-phone-demo {
    min-height: min(560px, 62vh);
  }
}

@media (min-width: 768px) {
  .hero__stack--ux {
    max-width: 42rem;
  }

  .lp-hero-demo--spotlight .lp-hero-demo__stage {
    width: min(380px, 42vw);
  }

  .lp-cta-band__inner {
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
  }

  .lp-cta-band .btn {
    width: auto;
    min-width: 12rem;
    flex-shrink: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-demo__label-dot {
    animation: none;
  }
}

/**
 * LiverStats LP — Desire Layer
 * 「理解できる」→「欲しくなる」— デモ主役 · 商品感 · 体験フロー
 */

/* ── Hero: デモが最初に目に入る ── */
.hero--desire {
  padding-top: 0.35rem;
  overflow: visible;
}

.hero__stack--desire {
  gap: 0.75rem;
  max-width: min(100%, 28rem);
}

/* デモを視覚的トップに */
.hero__stack--desire .lp-hero-demo--star {
  order: -1;
  margin-bottom: 0.25rem;
}

.hero__pitch--desire {
  text-align: center;
  padding: 0 0.35rem;
}

.hero__pitch--desire .hero__hook {
  margin-top: 0.35rem;
  font-size: clamp(0.82rem, 3.2vw, 0.95rem);
  color: #64748b;
}

.hero__title--ux {
  font-size: clamp(1.95rem, 8vw, 2.5rem);
  line-height: 1.12;
}

.hero__title--ux .hero__em {
  filter: drop-shadow(0 0 28px rgba(168, 85, 247, 0.45));
}

/* ── Demo stage: 主役 ── */
.lp-hero-demo--star {
  position: relative;
  padding: 0.5rem 0 1.75rem;
}

.lp-hero-demo__pedestal {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  width: min(92%, 340px);
  height: 4.5rem;
  border-radius: 50%;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(124, 58, 237, 0.35), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.lp-hero-demo--star .lp-hero-demo__stage {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  margin-inline: auto;
}

.lp-hero-demo--star .lp-hero-demo__phone,
.lp-hero-demo--star #lp-phone-demo {
  min-height: min(580px, 64vh);
  max-height: 72vh;
  border-radius: 2rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(124, 58, 237, 0.32),
    0 0 120px rgba(34, 211, 238, 0.08);
}

.lp-hero-demo--star .lp-hero-demo__label {
  font-size: 0.78rem;
  margin-bottom: 0.65rem;
  color: #e9d5ff;
  text-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

/* 浮遊するサンプル数値 — 商品スクリーンショット感 */
.hero__stat-strip--float {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: clamp(0.85rem, 4vw, 1.75rem);
  margin: 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(8, 10, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.hero__stat-strip--float .hero__stat-val {
  font-size: clamp(1.15rem, 3vw, 1.45rem);
}

/* ── 体験フロー ── */
.lp-explore--experience {
  padding-block: 1.25rem 1.5rem;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.04) 0%, transparent 100%);
}

.lp-explore--experience .lp-section-title {
  font-size: clamp(1rem, 4vw, 1.15rem);
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 0.85rem;
}

.lp-explore--experience .lp-explore-card {
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(124, 58, 237, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
}

.lp-explore--experience .lp-explore-card:active {
  transform: scale(0.97);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.25);
}

.lp-asset--experience {
  padding-top: 1.5rem;
}

.lp-asset--experience .lp-section-title--kpi {
  margin-bottom: 1.25rem;
}

/* 説明セクションは体験の後ろに */
.lp-deferred {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

@media (max-width: 767px) {
  .lp-deferred .lp-value-band,
  .lp-deferred .lp-world {
    display: none;
  }

  .lp-deferred .lp-outcome {
    padding-block: 1.75rem;
  }

  .lp-deferred .lp-career__story {
    display: none;
  }
}

/* ── プラン: 商品棚 ── */
.lp-plan-picker--shelf {
  background: transparent;
  border: none;
  padding: 0 0 1.5rem;
}

.lp-plan-picker--shelf .lp-plan-picker__title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.04em;
  margin-bottom: 0.85rem;
}

.lp-plan-picker--shelf .lp-plan-picker__list {
  flex-direction: row;
  gap: 0.55rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
}

.lp-plan-picker--shelf .lp-plan-picker__item {
  flex: 0 0 min(72vw, 11rem);
  scroll-snap-align: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  text-align: center;
  padding: 0.85rem 0.65rem;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(18, 20, 34, 0.9), rgba(8, 10, 20, 0.85));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.lp-plan-picker--shelf .lp-plan-picker__item--pick {
  border-color: rgba(250, 204, 21, 0.45);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(250, 204, 21, 0.1);
}

.lp-plan-picker--shelf .lp-plan-picker__plan {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.lp-plan-picker--shelf .lp-plan-picker__why {
  font-size: 0.72rem;
  text-align: center;
  color: #94a3b8;
}

.lp-plan-picker--shelf .lp-plan-picker__badge {
  grid-column: 1;
  justify-self: center;
  margin-top: 0.35rem;
}

/* ── プランカード: 欲しい商品 ── */
.price-card--product {
  border-radius: 20px;
  overflow: visible;
}

.price-card--product .price-card__name {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.price-card--product .price-card__tier--hero {
  order: 1;
  margin-block: 0.35rem 0.5rem;
}

.price-card--product .price-card__tier--hero .price-card__tier-label,
.price-card--product .price-card__retention-label {
  display: none;
}

.price-card--product .price-card__retention-headline {
  font-size: clamp(1.05rem, 3.5vw, 1.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.price-card--product .price-card__retention--unlimited .price-card__retention-headline {
  background: linear-gradient(135deg, #fef08a, #a5f3fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-card--product .price-card__choose-reason {
  order: 2;
  border: none;
  background: transparent;
  padding: 0 0 0.5rem;
  border-left: none;
}

.price-card--product .price-card__choose-reason-label {
  display: none;
}

.price-card--product .price-card__choose-reason-text {
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
}

.price-card--product .price-card__cta {
  order: 3;
  margin-block: 0.65rem 0.5rem;
  font-size: 0.95rem;
  min-height: 2.85rem;
}

.price-card--product .price-card__tier--price {
  order: 10;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 0.25rem;
}

.price-card--product .price-card__tier--price .price-card__tier-label {
  font-size: 0.6rem;
  color: #475569;
}

.price-card--product .price-card__amount {
  font-size: 1rem !important;
  font-weight: 700;
  color: #94a3b8;
}

.price-card--product .price-card__amount small {
  font-size: 0.75em;
  font-weight: 600;
}

.price-card--product.price-card--spotlight {
  transform: scale(1);
  border-width: 1.5px;
}

@media (min-width: 900px) {
  .price-card--product.price-card--spotlight {
    transform: scale(1.04);
  }
}

.price-card--product .price-card__product-details {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.price-card--product .price-card__product-details-summary {
  padding: 0.65rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  list-style: none;
}

.price-card--product .price-card__product-details-summary::-webkit-details-marker {
  display: none;
}

.price-card--product .price-card__product-details[open] .price-card__product-details-summary {
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.price-card--product .price-card__bottom-extras {
  display: none;
}

/* Hero CTA — 欲しい感 */
.btn--hero {
  letter-spacing: 0.02em;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 6px 28px rgba(99, 102, 241, 0.5),
    0 0 48px rgba(124, 58, 237, 0.3);
}

@media (min-width: 768px) {
  .hero__stack--desire {
    max-width: 44rem;
  }

  .lp-hero-demo--star .lp-hero-demo__stage {
    width: min(400px, 44vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-explore--experience .lp-explore-card {
    transition: none;
  }
}

/**
 * LiverStats LP — Conversion Final Layer
 * 未来訴求 · デモ触覚 · 実数信頼 · 行動CTA
 */

/* ── Hero: 未来ファースト ── */
.hero--convert .hero__stack--desire {
  gap: 0.85rem;
}

.hero--convert .hero__pitch--future {
  order: -2;
  text-align: center;
  padding: 0.25rem 0.35rem 0;
}

.hero--convert .hero__future {
  margin: 0.5rem 0 0;
  font-size: clamp(0.92rem, 3.8vw, 1.08rem);
  font-weight: 600;
  line-height: 1.55;
  color: #cbd5e1;
}

.hero--convert .hero__title--ux {
  font-size: clamp(2rem, 8.5vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.hero--convert .hero__title--ux .hero__em {
  background: linear-gradient(135deg, #fef08a 0%, #c4b5fd 45%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 32px rgba(168, 85, 247, 0.5));
}

.hero--convert .lp-hero-demo--star {
  order: -1;
}

/* ── デモ: 触りたくなる ── */
.lp-hero-demo--touchable .lp-hero-demo__tap-ring {
  position: absolute;
  inset: 8% 6% 12%;
  z-index: 0;
  border-radius: 2rem;
  border: 2px solid rgba(168, 85, 247, 0.35);
  pointer-events: none;
  animation: lp-tap-ring 2.5s ease-out infinite;
}

.lp-hero-demo--touchable.lp-hero-demo--engaged .lp-hero-demo__tap-ring,
.lp-hero-demo--touchable.lp-hero-demo--engaged .lp-hero-demo__tap-hint {
  display: none;
}

.lp-hero-demo__tap-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  /* 0.75rem では本文より小さく、スマホで読み流されていた。デモを触ってもらうための唯一の指示文なので、
     ラベル「サンプル画面（登録後はあなたのデータ）」と同格まで上げる。 */
  font-size: 0.88rem;
  font-weight: 700;
  color: #a5f3fc;
  letter-spacing: 0.02em;
}

.lp-hero-demo__tap-icon {
  display: inline-block;
  font-size: 1.15rem;
  /* 下向きの指と同じ向きに動かす。上に跳ねると文（下のナビ）とも絵文字とも矛盾する。 */
  animation: lp-tap-bounce 1.2s ease-in-out infinite;
}

@keyframes lp-tap-ring {
  0% { transform: scale(0.98); opacity: 0.6; }
  70% { transform: scale(1.02); opacity: 0; }
  100% { transform: scale(1.02); opacity: 0; }
}

@keyframes lp-tap-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.lp-hero-demo--touchable .phone__nav--demo {
  position: relative;
  z-index: 2;
}

.lp-hero-demo--touchable:not(.lp-hero-demo--engaged) .phone__nav--demo::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.45);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
  pointer-events: none;
  animation: lp-nav-glow 2s ease-in-out infinite;
}

@keyframes lp-nav-glow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.lp-explore--experience .lp-explore-card {
  cursor: pointer;
}

.lp-explore--experience .lp-explore-card::after {
  content: '→ デモ';
  display: block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  color: #67e8f9;
  letter-spacing: 0.04em;
}

/* ── 実数信頼（キャンペーンのみ） ── */
.lp-trust-scale {
  padding: 0.85rem 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 10, 18, 0.45);
}

.lp-trust-scale__inner {
  text-align: center;
}

.lp-trust-scale__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.lp-trust-scale__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-trust-scale__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 4.5rem;
}

.lp-trust-scale__val {
  font-size: clamp(1.15rem, 4vw, 1.45rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  color: #f1f5f9;
}

.lp-trust-scale__label {
  font-size: 0.62rem;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.04em;
}

/* ── プラン: 価値 · 成果 · 対象 → 価格 ── */
.price-card--convert .price-card__tier--hero .price-card__tier-label {
  display: none;
}

.price-card--convert .price-card__retention-headline {
  font-size: clamp(1.1rem, 3.8vw, 1.3rem) !important;
}

.price-card--convert .price-card__outcome {
  order: 2;
  margin: 0 0 0.35rem;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.price-card--convert .price-card__outcome-label {
  margin: 0 0 0.2rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.price-card--convert .price-card__outcome-text {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  color: #e2e8f0;
}

.price-card--convert .price-card__choose-reason {
  order: 3;
}

.price-card--convert .price-card__choose-reason-label {
  display: block;
  font-size: 0.6rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price-card--convert .price-card__tier--price {
  order: 10;
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.price-card--convert .price-card__amount {
  font-size: 0.95rem !important;
  color: #64748b !important;
}

/* ── 最終CTA: 行動コピー ── */
.ref-cta--convert .ref-cta__title {
  font-size: clamp(1.5rem, 5vw, 2rem) !important;
  line-height: 1.35 !important;
  letter-spacing: -0.03em !important;
  background: linear-gradient(135deg, #f8fafc 0%, #e9d5ff 50%, #a5f3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ref-cta--convert .ref-cta__sub {
  margin: 0.65rem 0 1.15rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #94a3b8;
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-demo__tap-ring,
  .lp-hero-demo__tap-icon,
  .lp-hero-demo--touchable:not(.lp-hero-demo--engaged) .phone__nav--demo::after {
    animation: none;
  }
}

/**
 * LiverStats LP — Cinematic Layer
 * 世界トップSaaS: 光 · 奥行き · 動き · 質感（情報量は増やさない）
 */

:root {
  --lp-cine-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ═══════════════════════════════════════
   ① Hero — 映画レベル · 生きている
   ═══════════════════════════════════════ */
.hero--cinematic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 1rem;
}

.lp-hero-cinematic {
  position: absolute;
  inset: -20% -10% -5%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp-hero-cinematic__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 35%, transparent 40%, rgba(5, 6, 12, 0.55) 100%),
    linear-gradient(180deg, transparent 60%, rgba(5, 6, 12, 0.85) 100%);
}

.lp-hero-cinematic__beam {
  position: absolute;
  width: 140%;
  height: 45%;
  left: -20%;
  filter: blur(48px);
  opacity: 0.45;
  transform-origin: center;
}

.lp-hero-cinematic__beam--1 {
  top: -5%;
  background: linear-gradient(105deg, transparent 30%, rgba(124, 58, 237, 0.35) 50%, transparent 70%);
  animation: lp-cine-beam-1 14s var(--lp-cine-ease) infinite alternate;
}

.lp-hero-cinematic__beam--2 {
  top: 15%;
  background: linear-gradient(75deg, transparent 25%, rgba(34, 211, 238, 0.22) 48%, transparent 72%);
  animation: lp-cine-beam-2 18s var(--lp-cine-ease) infinite alternate;
}

@keyframes lp-cine-beam-1 {
  0% { transform: translateX(-3%) rotate(-2deg); opacity: 0.35; }
  100% { transform: translateX(4%) rotate(1deg); opacity: 0.55; }
}

@keyframes lp-cine-beam-2 {
  0% { transform: translateX(2%) rotate(1deg); opacity: 0.25; }
  100% { transform: translateX(-5%) rotate(-1.5deg); opacity: 0.42; }
}

.lp-hero-cinematic__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: lp-cine-orb 12s ease-in-out infinite;
}

.lp-hero-cinematic__orb--1 {
  width: min(280px, 55vw);
  height: min(280px, 55vw);
  top: 5%;
  left: -8%;
  background: rgba(124, 58, 237, 0.28);
  animation-delay: 0s;
}

.lp-hero-cinematic__orb--2 {
  width: min(220px, 45vw);
  height: min(220px, 45vw);
  top: 25%;
  right: -12%;
  background: rgba(34, 211, 238, 0.18);
  animation-delay: -4s;
  animation-duration: 16s;
}

@keyframes lp-cine-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(3%, -2%) scale(1.06); }
  66% { transform: translate(-2%, 3%) scale(0.96); }
}

.hero--cinematic .hero__stack {
  position: relative;
  z-index: 1;
}

.hero--cinematic .hero__pitch--future {
  position: relative;
}

.hero--cinematic .hero__title--ux .hero__em {
  animation: lp-cine-em-glow 5s ease-in-out infinite alternate;
}

@keyframes lp-cine-em-glow {
  0% { filter: drop-shadow(0 0 24px rgba(168, 85, 247, 0.4)); }
  100% { filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.55)); }
}

.hero--cinematic .lp-bg__glow--hero {
  animation: lp-glow-breathe 10s ease-in-out infinite alternate;
}

/* ═══════════════════════════════════════
   ② デモ — 使っている未来
   ═══════════════════════════════════════ */
.lp-hero-demo--living {
  perspective: 1400px;
  transform-style: preserve-3d;
}

.lp-hero-demo--living .lp-hero-demo__stage {
  transform-style: preserve-3d;
  transition: transform 0.35s var(--lp-cine-ease);
}

/* lp-phone-float（rotateX 2.5deg⇄1deg / rotateY -0.5deg⇄0.5deg を5.5秒周期で無限ループ）は削除。
   このスマホの中身は製品画面そのもので、このページで一番強い証拠である。それを常時3Dで傾けると、
   中の文字がサブピクセルで潰れて「歪んで見える」（CEO指摘・実測でも transform に matrix3d が入っていた）。
   演出のために自社の画面を歪ませるのは割に合わない。浮遊も回転もさせず、まっすぐ見せる。 */
.lp-hero-demo--living .lp-hero-demo__phone,
.lp-hero-demo--living #lp-phone-demo {
  transform-style: preserve-3d;
}

.lp-hero-demo__reflect {
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  transform: translateX(-50%) scaleY(-1);
  width: min(78%, 300px);
  height: 3.5rem;
  border-radius: 50%;
  background: radial-gradient(ellipse 100% 100% at 50% 0%, rgba(124, 58, 237, 0.2), transparent 70%);
  opacity: 0.5;
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  animation: lp-reflect-pulse 5.5s var(--lp-cine-ease) infinite;
}

@keyframes lp-reflect-pulse {
  0%, 100% { opacity: 0.35; transform: translateX(-50%) scaleY(-1) scale(0.98); }
  50% { opacity: 0.55; transform: translateX(-50%) scaleY(-1) scale(1.02); }
}

.lp-hero-demo__screen-shine {
  position: absolute;
  inset: 12% 14% 18%;
  z-index: 3;
  border-radius: 1.35rem;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(#fff, #fff);
  -webkit-mask-image: linear-gradient(#fff, #fff);
  mask-mode: alpha;
}

.lp-hero-demo__screen-shine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -80%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.03) 42%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.03) 58%,
    transparent 100%
  );
  animation: lp-screen-shine 6s ease-in-out infinite;
}

@keyframes lp-screen-shine {
  0%, 75%, 100% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  45% { transform: translateX(280%); opacity: 1; }
  55% { opacity: 0; }
}

.lp-hero-demo--living .phone__screen {
  position: relative;
  overflow: hidden;
}

.lp-hero-demo--living .phone__screen::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.lp-hero-demo--living .phone__screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(124, 58, 237, 0.08), transparent 60%);
  animation: lp-screen-breathe 4s ease-in-out infinite alternate;
}

@keyframes lp-screen-breathe {
  from { opacity: 0.5; }
  to { opacity: 1; }
}

.lp-hero-demo--living:not(.lp-hero-demo--engaged) .phone__nav--demo .ui-shell-nav__item--active,
.lp-hero-demo--living:not(.lp-hero-demo--engaged) .phone__nav--demo .is-active {
  animation: lp-nav-active-pulse 2s ease-in-out infinite;
}

@keyframes lp-nav-active-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0); }
  50% { box-shadow: 0 0 16px rgba(34, 211, 238, 0.35); }
}

.lp-hero-demo--living .lp-hero-demo__label-dot {
  animation: lp-live-dot 1.8s ease-in-out infinite;
}

@keyframes lp-live-dot {
  0%, 100% { box-shadow: 0 0 6px rgba(74, 222, 128, 0.6); transform: scale(1); }
  50% { box-shadow: 0 0 14px rgba(74, 222, 128, 0.9); transform: scale(1.15); }
}

.lp-hero-demo--living .lp-hero-demo__pedestal {
  animation: lp-pedestal-glow 5.5s var(--lp-cine-ease) infinite;
}

@keyframes lp-pedestal-glow {
  0%, 100% { opacity: 0.7; filter: blur(12px); }
  50% { opacity: 1; filter: blur(16px); }
}

/* 視線誘導: デモ → CTA */
.hero--cinematic .hero__cta--ux {
  position: relative;
}

.hero--cinematic .hero__cta--ux::before {
  content: '';
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1rem;
  background: linear-gradient(180deg, transparent, rgba(168, 85, 247, 0.4));
  pointer-events: none;
}

.hero--cinematic .btn--hero {
  position: relative;
  overflow: hidden;
}

.hero--cinematic .btn--hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.15) 50%, transparent 60%);
  transform: translateX(-120%);
  animation: lp-btn-shimmer 5s ease-in-out infinite;
}

@keyframes lp-btn-shimmer {
  0%, 70%, 100% { transform: translateX(-120%); }
  85% { transform: translateX(120%); }
}

/* ═══════════════════════════════════════
   ③ プラン — Apple Store 商品
   ═══════════════════════════════════════ */
.price-card--apple {
  position: relative;
  border-radius: 24px;
  padding: 0;
  background: linear-gradient(168deg, rgba(22, 24, 38, 0.96) 0%, rgba(10, 12, 22, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition:
    transform 0.45s var(--lp-cine-ease),
    box-shadow 0.45s var(--lp-cine-ease),
    border-color 0.45s var(--lp-cine-ease);
}

.price-card--apple::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% -5%, rgba(124, 58, 237, 0.12), transparent 65%);
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.45s;
}

.price-card--apple:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 32px 64px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(124, 58, 237, 0.12);
}

.price-card--apple:hover::after {
  opacity: 1;
}

.price-card--apple .price-card__top {
  padding: 1.5rem 1.35rem 1rem;
  position: relative;
  z-index: 1;
}

.price-card--apple .price-card__bottom {
  padding: 0 1.35rem 1.25rem;
  position: relative;
  z-index: 1;
}

.price-card--apple .price-card__name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.price-card--apple .price-card__retention {
  padding: 1.15rem 1rem;
  margin: 0.5rem 0 0.65rem;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.price-card--apple .price-card__retention-headline {
  font-size: clamp(1.15rem, 3.8vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.3 !important;
}

.price-card--apple .price-card__outcome {
  background: transparent;
  border: none;
  padding: 0 0 0.5rem;
  margin: 0;
}

.price-card--apple .price-card__choose-reason {
  padding: 0 0 0.75rem;
  margin: 0;
}

.price-card--apple .price-card__choose-reason-text {
  font-size: 0.8rem;
  color: #94a3b8;
}

.price-card--apple .price-card__cta {
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 3rem;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
  transition: transform 0.25s var(--lp-cine-ease), box-shadow 0.25s;
}

.price-card--apple .price-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(99, 102, 241, 0.45);
}

.price-card--apple .price-card__tier--price {
  padding-top: 0.85rem;
  margin-top: 0.5rem;
  border-top: none;
  text-align: center;
}

.price-card--apple .price-card__tier--price .price-card__tier-label {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #475569;
}

.price-card--apple .price-card__amount {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #64748b !important;
}

.price-card--apple .price-card__product-details {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 0.25rem;
}

.price-card--apple .price-card__product-details-summary {
  font-size: 0.72rem;
  color: #475569;
  transition: color 0.2s;
}

.price-card--apple .price-card__product-details-summary:hover {
  color: #94a3b8;
}

/* Pro = フィーチャー商品 */
.price-card--apple.price-card--spotlight {
  border-color: rgba(250, 204, 21, 0.25);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 24px 56px rgba(0, 0, 0, 0.5),
    0 0 64px rgba(250, 204, 21, 0.08),
    0 0 40px rgba(124, 58, 237, 0.1);
}

.price-card--apple.price-card--spotlight::before {
  opacity: 1;
}

.price-card--apple.price-card--spotlight .price-card__retention {
  background:
    linear-gradient(145deg, rgba(250, 204, 21, 0.06) 0%, rgba(124, 58, 237, 0.08) 100%);
  border-color: rgba(250, 204, 21, 0.15);
}

.price-card--apple.price-card--spotlight:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 36px 72px rgba(0, 0, 0, 0.58),
    0 0 80px rgba(250, 204, 21, 0.12),
    0 0 56px rgba(124, 58, 237, 0.15);
}

@media (min-width: 900px) {
  .price-card--apple.price-card--spotlight {
    transform: scale(1.03);
  }

  .price-card--apple.price-card--spotlight:hover {
    transform: scale(1.03) translateY(-8px);
  }

  .pricing-grid--lp .price-card--apple {
    min-height: 100%;
  }
}

/* 背景 · 全体の生き感 */
.lp-page .lp-bg__aurora {
  animation: lp-cine-aurora 24s ease-in-out infinite alternate;
}

@keyframes lp-cine-aurora {
  0% { opacity: 0.75; transform: scale(1) translate(0, 0); }
  100% { opacity: 0.95; transform: scale(1.04) translate(1%, -0.5%); }
}

.lp-page .lp-bg__mesh {
  animation: lp-cine-mesh 20s ease-in-out infinite alternate;
}

@keyframes lp-cine-mesh {
  0% { opacity: 0.45; }
  100% { opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-cinematic__beam,
  .lp-hero-cinematic__orb,
  .lp-hero-demo--living .lp-hero-demo__phone,
  .lp-hero-demo--living #lp-phone-demo,
  .lp-hero-demo__reflect,
  .lp-hero-demo__screen-shine::after,
  .lp-hero-demo--living .phone__screen::after,
  .lp-hero-demo--living .lp-hero-demo__pedestal,
  .hero--cinematic .hero__title--ux .hero__em,
  .hero--cinematic .btn--hero::after,
  .lp-page .lp-bg__aurora,
  .lp-page .lp-bg__mesh {
    animation: none !important;
  }

  .lp-hero-demo--living .lp-hero-demo__phone,
  .lp-hero-demo--living #lp-phone-demo {
    transform: perspective(1400px) rotateX(2deg);
  }
}

@media (max-width: 767px) {
  .lp-hero-cinematic__beam {
    filter: blur(32px);
    opacity: 0.35;
  }

  .lp-hero-demo__screen-shine {
    inset: 14% 12% 20%;
  }

  /* Hero CTA をファーストビュー内に — デモ高さを微調整 */
  .hero--convert .lp-hero-demo--star .lp-hero-demo__phone,
  .hero--convert .lp-hero-demo--star #lp-phone-demo {
    min-height: min(480px, 52vh);
    max-height: 56vh;
  }

  .hero--convert .lp-hero-demo--star {
    padding-bottom: 1.25rem;
  }

  .hero--convert .hero__cta--ux {
    margin-top: 0.15rem;
    padding-bottom: 0.35rem;
  }

  .hero--convert .hero__cta--ux .btn--hero {
    min-height: 3rem;
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }

  .price-card--apple .price-card__cta {
    min-height: 2.75rem;
    padding-block: 0.7rem;
  }
}

/* ── 事務所プラン · Apple Store 品質（レイアウトは維持） ── */
.price-card--apple.price-card--agency {
  border-radius: 24px;
}

.price-card--apple.price-card--agency .price-card__pro-highlight {
  margin-top: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(124, 58, 237, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.price-card--apple.price-card--agency .price-card__pro-highlight-headline {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e9d5ff;
  line-height: 1.45;
}

.price-card--apple.price-card--agency .price-card__pro-highlight-sub {
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #94a3b8;
  line-height: 1.45;
}

.price-card--apple.price-card--agency .price-card__liver-range {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 211, 238, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.price-card--apple.price-card--agency .price-card__liver-range-headline {
  font-size: 0.95rem;
  font-weight: 700;
  color: #f1f5f9;
}

.price-card--apple.price-card--agency .price-card__tier--price {
  padding-top: 0.85rem;
  margin-top: 0.5rem;
  border-top: none;
  text-align: center;
}

.price-card--apple.price-card--agency .price-card__tier--price .price-card__tier-label {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.price-card--apple.price-card--agency .price-card__amount {
  font-size: 1.35rem;
  font-weight: 700;
  color: #cbd5e1;
}

.price-card--apple.price-card--agency .price-card__amount small {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
}

.price-card--apple.price-card--agency-featured.price-card--spotlight {
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 28px 56px rgba(0, 0, 0, 0.52),
    0 0 64px rgba(250, 204, 21, 0.1),
    0 0 48px rgba(124, 58, 237, 0.12);
}

.price-card--apple.price-card--agency .price-card__overage {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ═══════════════════════════════════════
   ④ 個人プラン — App Store 商品カード
   ═══════════════════════════════════════ */
.price-card--store {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.price-card--store .price-card__visual {
  display: flex;
  justify-content: center;
  padding: 1.35rem 1.35rem 0.25rem;
  position: relative;
  z-index: 1;
}

.price-card--store .price-card__visual-icon {
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 22px;
  font-size: 1.85rem;
  line-height: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 12px 32px rgba(0, 0, 0, 0.35);
}

.price-card--store .price-card__visual-icon--trial {
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.18) 0%, rgba(99, 102, 241, 0.12) 100%);
  border-color: rgba(34, 211, 238, 0.25);
}

.price-card--store .price-card__visual-icon--limited {
  background:
    linear-gradient(145deg, rgba(99, 102, 241, 0.2) 0%, rgba(124, 58, 237, 0.1) 100%);
  border-color: rgba(129, 140, 248, 0.28);
}

.price-card--store .price-card__visual-icon--unlimited {
  background:
    linear-gradient(145deg, rgba(250, 204, 21, 0.22) 0%, rgba(124, 58, 237, 0.16) 100%);
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 12px 36px rgba(250, 204, 21, 0.12),
    0 0 40px rgba(124, 58, 237, 0.15);
}

.price-card--store .price-card__head {
  justify-content: center;
  flex-direction: column;
  gap: 0.35rem;
}

.price-card--store .price-card__name {
  font-size: 0.78rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  color: #94a3b8 !important;
  margin: 0 !important;
}

.price-card--store .price-badge--store {
  font-size: 0.62rem;
  padding: 0.18rem 0.5rem;
}

.price-card--store .price-card__pitch-wrap {
  margin: 0.65rem 0 0.85rem;
  padding: 0 0.15rem;
}

.price-card--store .price-card__pitch {
  margin: 0;
  font-size: clamp(1.12rem, 3.6vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: #f8fafc;
}

.price-card--store .price-card__pitch-sub {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  color: #94a3b8;
}

.price-card--store .price-card__tagline--store {
  margin: 0.55rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fde68a;
}

.price-card--store .price-card__value-chips {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.price-card--store .price-card__value-chip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.price-card--store .price-card__value-chip-icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.price-card--store .price-card__value-chip-badge {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fde68a;
  background: rgba(250, 204, 21, 0.14);
  border: 1px solid rgba(250, 204, 21, 0.28);
}

.price-card--store .price-card__value-chip-text {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  color: #cbd5e1;
}

.price-card--store .price-card__cta {
  order: unset;
  margin-block: 0;
  font-size: 0.92rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  color: #f8fafc;
}

.price-card--store .price-card__cta:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.price-card--store .price-card__cta-hint {
  margin: 0.5rem 0 0;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.45;
  color: #64748b;
}

.price-card--store .price-card__price-foot {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.price-card--store .price-card__price-foot .price-card__pricing {
  margin: 0;
}

.price-card--store .price-card__price-foot .price-card__amount {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
}

.price-card--store .price-card__price-foot .price-card__amount small {
  font-size: 0.78em;
  font-weight: 600;
}

.price-card--store .price-card__price-foot .price-card__trial,
.price-card--store .price-card__price-foot .price-card__regular,
.price-card--store .price-card__price-foot .price-card__campaign-label,
.price-card--store .price-card__price-foot .price-card__regular-label {
  font-size: 0.72rem;
  color: #64748b;
}

.price-card--store .price-card__price-note {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  color: #475569;
}

.price-card--store .price-card__badges {
  justify-content: center;
  margin-top: 0.45rem;
}

.price-card--store .price-card__features--product {
  text-align: left;
  margin-top: 0.35rem;
}

.price-card--store .price-card__features--product li {
  font-size: 0.78rem;
  padding: 0.35rem 0;
}

.price-card--store .price-card__meta {
  text-align: center;
  margin-top: 0.5rem;
}

/* Pro — 特別感 · 選びたくなる */
.price-card--store-pro {
  border-color: rgba(250, 204, 21, 0.32) !important;
  background:
    linear-gradient(168deg, rgba(28, 24, 18, 0.98) 0%, rgba(14, 12, 24, 0.96) 55%, rgba(18, 14, 32, 0.98) 100%) !important;
}

.price-card--store-pro::after {
  background:
    radial-gradient(ellipse 100% 60% at 50% -8%, rgba(250, 204, 21, 0.18), transparent 62%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(124, 58, 237, 0.12), transparent 70%) !important;
  opacity: 1 !important;
}

.price-card--store-pro .price-card__pitch {
  background: linear-gradient(135deg, #fef9c3 0%, #fde68a 35%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-card--store-pro .price-card__cta {
  background: linear-gradient(135deg, #fbbf24 0%, #a855f7 100%) !important;
  border: none !important;
  color: #0f0a1a !important;
  font-weight: 800 !important;
  box-shadow:
    0 4px 24px rgba(250, 204, 21, 0.35),
    0 0 40px rgba(168, 85, 247, 0.25) !important;
}

.price-card--store-pro .price-card__cta:hover {
  box-shadow:
    0 8px 32px rgba(250, 204, 21, 0.45),
    0 0 56px rgba(168, 85, 247, 0.35) !important;
}

.price-card--store-pro .price-card__value-chip {
  background: rgba(250, 204, 21, 0.05);
  border-color: rgba(250, 204, 21, 0.12);
}

.price-card--store-pro .price-card__value-chip-text {
  color: #e2e8f0;
}

.price-card--store-pro .price-card__visual-icon--unlimited {
  background:
    linear-gradient(145deg, rgba(250, 204, 21, 0.28) 0%, rgba(168, 85, 247, 0.2) 100%);
  border-color: rgba(250, 204, 21, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 12px 40px rgba(250, 204, 21, 0.18),
    0 0 48px rgba(124, 58, 237, 0.2);
}

/* Standard — 成長プラン強調 */
.price-card--store-popular {
  border-color: rgba(129, 140, 248, 0.38) !important;
  background:
    linear-gradient(168deg, rgba(20, 22, 42, 0.98) 0%, rgba(12, 14, 28, 0.96) 100%) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 24px 56px rgba(0, 0, 0, 0.5),
    0 0 56px rgba(99, 102, 241, 0.14) !important;
}

.price-card--store-popular::after {
  background:
    radial-gradient(ellipse 100% 55% at 50% -5%, rgba(99, 102, 241, 0.2), transparent 65%) !important;
  opacity: 1 !important;
}

.price-card--store-popular .price-card__pitch {
  color: #eef2ff;
}

.price-card--store-popular .price-card__tagline--store {
  color: #a5b4fc;
}

.price-card--store-popular .price-card__cta {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 24px rgba(99, 102, 241, 0.45) !important;
}

.price-card--store-popular .price-card__cta:hover {
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.55) !important;
}

.price-card--store-popular .price-card__value-chip {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(129, 140, 248, 0.18);
}

.price-badge--premium {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.2), rgba(168, 85, 247, 0.18));
  border: 1px solid rgba(250, 204, 21, 0.35);
  color: #fde68a;
}

.price-badge--store-secondary {
  margin-left: 0.25rem;
  font-size: 0.58rem;
  padding: 0.15rem 0.45rem;
}

.price-card__ribbon--premium {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.9), rgba(168, 85, 247, 0.85));
  color: #0f0a1a;
  font-weight: 800;
}

.price-card--store .price-card__head {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.45rem;
}

.price-card--store .price-card__value-chip {
  backdrop-filter: blur(8px);
  transition: border-color 0.25s, background 0.25s;
}

.price-card--store:hover .price-card__value-chip {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 900px) {
  .pricing-grid--lp .price-card--store-popular {
    transform: scale(1.05);
    z-index: 2;
  }

  .pricing-grid--lp .price-card--store-popular:hover {
    transform: scale(1.05) translateY(-8px);
  }

  .pricing-grid--lp .price-card--store-pro {
    transform: scale(1.02);
  }

  .pricing-grid--lp .price-card--store-pro:hover {
    transform: scale(1.02) translateY(-8px);
  }
}

/* プラン選び — 商品棚 */
.lp-plan-picker--store .lp-plan-picker__icon {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.lp-plan-picker--store .lp-plan-picker__item {
  padding-top: 1rem;
}

.lp-plan-picker--store .lp-plan-picker__item--premium {
  border-color: rgba(250, 204, 21, 0.3);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.4),
    0 0 28px rgba(168, 85, 247, 0.1);
}

.lp-plan-picker__badge--premium {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.22), rgba(168, 85, 247, 0.18));
  border-color: rgba(250, 204, 21, 0.35);
  color: #fde68a;
}

/* 事務所グリッド — 4商品 */
.pricing-grid--agency {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .pricing-grid--agency {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .pricing-grid--agency {
    grid-template-columns: repeat(4, 1fr);
  }
}

.price-card--store-agency {
  text-align: center;
}

.price-card--store-agency .price-card__visual--agency {
  display: flex;
  justify-content: center;
  padding: 1.15rem 1rem 0;
}

.price-card--store-agency .price-card__visual-icon--agency {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 18px;
  font-size: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(124, 58, 237, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-card__pitch--agency {
  font-size: clamp(0.95rem, 3vw, 1.05rem) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.price-card__liver-range--compact {
  margin: 0.5rem 0;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.price-card__liver-range--compact .price-card__liver-range-headline {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #c4b5fd;
}

.price-card--agency-addon {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.35) !important;
  background: rgba(8, 10, 18, 0.6) !important;
}

.price-card__overage-line--addon {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.75rem;
  color: #64748b;
}

.page-hero__sub {
  margin-top: 0.85rem;
  font-size: 0.88rem;
}

.page-hero__sub a {
  color: #a5b4fc;
  text-decoration: none;
  font-weight: 600;
}

.page-hero__sub a:hover {
  text-decoration: underline;
}

.lp-pricing-zone__lead {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
  color: #94a3b8;
  max-width: 28rem;
}

@media (min-width: 768px) {
  .lp-pricing-zone__head {
    text-align: center;
  }

  .lp-pricing-zone__lead {
    margin-inline: auto;
  }
}

/* ═══════════════════════════════════════
   個人プラン — LP商品棚（完成形 v3）
   ═══════════════════════════════════════ */

/* ── リリース記念バナー ── */
.lp-pricing-shelf-banner {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(129, 140, 248, 0.2);
  background: rgba(8, 10, 20, 0.88);
}

.lp-pricing-shelf-banner__inner {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
}

.lp-pricing-shelf-banner__promo {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.68rem, 3vw, 0.76rem);
  font-weight: 700;
  white-space: nowrap;
}

.lp-pricing-shelf-banner__icon {
  font-size: 0.9rem;
  line-height: 1;
}

.lp-pricing-shelf-banner__label {
  color: #fde68a;
}

.lp-pricing-shelf-banner__divider {
  display: none;
  width: 1px;
  height: 1.35rem;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .lp-pricing-shelf-banner__divider {
    display: block;
  }
}

.lp-pricing-shelf-banner__plan {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem 0.45rem;
  font-size: clamp(0.68rem, 3vw, 0.76rem);
  font-weight: 600;
  line-height: 1.4;
  color: rgba(203, 213, 225, 0.9);
}

.lp-pricing-shelf-banner__plan strong {
  font-size: clamp(0.78rem, 3.4vw, 0.88rem);
  font-weight: 800;
}

.lp-pricing-shelf-banner__plan strong small {
  font-size: 0.72em;
  font-weight: 700;
}

.lp-pricing-shelf-banner__plan--standard strong {
  color: #c4b5fd;
}

.lp-pricing-shelf-banner__plan--pro strong {
  color: #fde68a;
}

.lp-pricing-shelf-banner__regular {
  font-size: 0.62rem;
  font-weight: 500;
  color: #64748b;
}

/* ── グリッド ── */
#lp-pricing-personal-mount.pricing-grid--lp,
.pricing-grid--lp:has(#lp-pricing-personal-mount) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin-top: 0.5rem;
  align-items: stretch;
}

@media (min-width: 720px) {
  #lp-pricing-personal-mount.pricing-grid--lp,
  .pricing-grid--lp:has(#lp-pricing-personal-mount) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: stretch;
    padding-top: 0.85rem;
  }
}

@media (min-width: 1100px) {
  #lp-pricing-personal-mount.pricing-grid--lp,
  .pricing-grid--lp:has(#lp-pricing-personal-mount) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
  }
}

/* ── カード共通 ── */
#lp-pricing-personal-mount .price-card--lp-shelf {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-radius: 22px;
  padding: 1.65rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background: rgba(8, 10, 18, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}

#lp-pricing-personal-mount .price-card__shelf-fx,
#lp-pricing-personal-mount .price-card__shelf-glow,
#lp-pricing-personal-mount .price-card__shelf-glass,
#lp-pricing-personal-mount .price-card__shelf-streaks,
#lp-pricing-personal-mount .price-card__shelf-shine {
  pointer-events: none;
}

#lp-pricing-personal-mount .price-card__shelf-badge {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

#lp-pricing-personal-mount .price-card__shelf-badge-icon {
  font-size: 0.68rem;
  line-height: 1;
}

#lp-pricing-personal-mount .price-card__shelf-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin: 0.5rem 0 0.65rem;
}

#lp-pricing-personal-mount .price-card__shelf-icon--inline {
  font-size: 1.35rem;
  line-height: 1;
}

#lp-pricing-personal-mount .price-card__shelf-tier {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(148, 163, 184, 0.88);
}

#lp-pricing-personal-mount .price-card__shelf-title {
  margin: 0 0 0.35rem;
  padding: 0;
  font-size: clamp(1.15rem, 5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

#lp-pricing-personal-mount .price-card__shelf-subtitle {
  margin: 0 0 0.85rem;
  font-size: clamp(0.78rem, 3.4vw, 0.86rem);
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

#lp-pricing-personal-mount .price-card__shelf-rule {
  height: 1px;
  margin: 0 0 0.85rem;
  background: rgba(255, 255, 255, 0.07);
}

#lp-pricing-personal-mount .price-card__shelf-features {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  text-align: left;
  flex: 1 1 auto;
}

#lp-pricing-personal-mount .price-card__shelf-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.4rem 0;
}

#lp-pricing-personal-mount .price-card__shelf-feature-mark {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
}

#lp-pricing-personal-mount .price-card__shelf-feature-text {
  flex: 1 1 auto;
  font-size: clamp(0.72rem, 3.2vw, 0.8rem);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.92);
  overflow-wrap: anywhere;
}

#lp-pricing-personal-mount .price-card__shelf-feature--excluded .price-card__shelf-feature-text {
  color: rgba(148, 163, 184, 0.78);
}

#lp-pricing-personal-mount .price-card__shelf-ai-icon {
  display: inline;
  font-size: 0.95em;
  line-height: 1;
}

#lp-pricing-personal-mount .price-card__shelf-feature--ai-partner .price-card__shelf-feature-text {
  font-weight: 700;
}

#lp-pricing-personal-mount .price-card__shelf-feature--ai-partner:not(.price-card__shelf-feature--excluded) .price-card__shelf-feature-text {
  color: #fde68a;
}

#lp-pricing-personal-mount .price-card__shelf-feature--ai-partner:not(.price-card__shelf-feature--excluded) .price-card__shelf-feature-mark {
  background: rgba(250, 204, 21, 0.18);
  border-color: rgba(250, 204, 21, 0.42);
  color: #fde68a;
}

#lp-pricing-personal-mount .price-card__shelf-feature-note {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(148, 163, 184, 0.88);
}

#lp-pricing-personal-mount .price-card__shelf-feature-footnote {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(253, 230, 138, 0.82);
}

#lp-pricing-personal-mount .price-card__ai-partner-perk {
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(250, 204, 21, 0.38);
  background:
    linear-gradient(145deg, rgba(250, 204, 21, 0.14) 0%, rgba(124, 58, 237, 0.1) 100%);
  box-shadow: 0 0 24px rgba(250, 204, 21, 0.1);
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-label {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-star {
  margin-right: 0.2rem;
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-body {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: clamp(0.74rem, 3.2vw, 0.82rem);
  font-weight: 700;
  line-height: 1.45;
  color: #fff7ed;
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-headline {
  display: block;
  font-weight: 800;
  color: #fde68a;
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-line {
  display: block;
  font-weight: 600;
  color: rgba(255, 247, 237, 0.92);
}

#lp-pricing-personal-mount .price-card__ai-partner-perk-body .price-card__shelf-ai-icon {
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

#lp-pricing-personal-mount .price-card__shelf-pricing {
  margin: 0 0 1rem;
  padding: 0;
}

#lp-pricing-personal-mount .price-card__shelf-price-regular {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

#lp-pricing-personal-mount .price-card__shelf-price-regular-value {
  text-decoration: line-through;
  text-decoration-color: rgba(100, 116, 139, 0.85);
}

#lp-pricing-personal-mount .price-card__shelf-price-regular-value small,
#lp-pricing-personal-mount .price-card__shelf-price-amount small {
  font-size: 0.72em;
  font-weight: 600;
}

#lp-pricing-personal-mount .price-card__shelf-price-amount {
  margin: 0 0 0.45rem;
  font-size: clamp(1.75rem, 7.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

#lp-pricing-personal-mount .price-card__shelf-price-pill {
  display: inline-block;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#lp-pricing-personal-mount .price-card__cta {
  width: 100%;
  margin: 0;
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: clamp(0.78rem, 3.4vw, 0.88rem);
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
}

#lp-pricing-personal-mount .price-card__shelf-footnote {
  margin: 0.7rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.62rem;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1.4;
}

#lp-pricing-personal-mount .price-card__shelf-footnote-icon {
  font-size: 0.72rem;
  line-height: 1;
  opacity: 0.85;
}

#lp-pricing-personal-mount .price-card--lp-shelf > :not(.price-card__shelf-fx):not(.price-card__shelf-streaks):not(.price-card__shelf-shine) {
  position: relative;
  z-index: 2;
}

/* ── Free: ネオングリーン ── */
#lp-pricing-personal-mount .price-card--store-free {
  padding-top: 1.85rem;
  border-color: rgba(52, 211, 153, 0.38);
  background: rgba(6, 10, 14, 0.95);
  box-shadow:
    0 0 0 1px rgba(52, 211, 153, 0.12),
    0 0 32px rgba(52, 211, 153, 0.1),
    0 16px 40px rgba(0, 0, 0, 0.38);
}

#lp-pricing-personal-mount .price-card__shelf-badge--free {
  background: rgba(52, 211, 153, 0.18);
  border: 1px solid rgba(52, 211, 153, 0.42);
  color: #6ee7b7;
  box-shadow: 0 4px 16px rgba(52, 211, 153, 0.12);
}

#lp-pricing-personal-mount .price-card--store-free .price-card__shelf-subtitle {
  color: #6ee7b7;
}

#lp-pricing-personal-mount .price-card--store-free .price-card__shelf-feature-mark {
  color: #6ee7b7;
  background: rgba(52, 211, 153, 0.14);
  border: 1px solid rgba(52, 211, 153, 0.32);
}

#lp-pricing-personal-mount .price-card__shelf-pricing--free .price-card__shelf-price-amount {
  color: #6ee7b7;
}

#lp-pricing-personal-mount .price-card--store-free .price-card__cta {
  background: linear-gradient(135deg, #34d399 0%, #059669 55%, #047857 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(52, 211, 153, 0.28) !important;
}

/* ── Standard: パープル ── */
#lp-pricing-personal-mount .price-card--store-popular {
  padding-top: 1.85rem;
  border-color: rgba(129, 140, 248, 0.48);
  background:
    linear-gradient(168deg, rgba(16, 14, 38, 0.98) 0%, rgba(10, 12, 28, 0.99) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px rgba(129, 140, 248, 0.22),
    0 0 40px rgba(99, 102, 241, 0.14),
    0 20px 48px rgba(0, 0, 0, 0.42);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-glow {
  background: radial-gradient(ellipse 90% 55% at 50% -8%, rgba(99, 102, 241, 0.28), transparent 68%);
}

#lp-pricing-personal-mount .price-card__shelf-badge--standard {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.32);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-tier {
  color: rgba(165, 180, 252, 0.9);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-feature-mark {
  color: #c4b5fd;
  background: rgba(99, 102, 241, 0.18);
  border: 1px solid rgba(129, 140, 248, 0.35);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-feature--excluded .price-card__shelf-feature-mark {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.08);
  border-color: rgba(148, 163, 184, 0.2);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-price-amount {
  color: #c4b5fd;
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__shelf-price-pill {
  color: #c4b5fd;
  background: rgba(99, 102, 241, 0.16);
  border: 1px solid rgba(129, 140, 248, 0.28);
}

#lp-pricing-personal-mount .price-card--store-popular .price-card__cta {
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 45%, #6366f1 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(99, 102, 241, 0.32) !important;
}

/* ── Pro: ゴールド · 最上位 ── */
#lp-pricing-personal-mount .price-card--store-pro.price-card--spotlight {
  padding: 1.85rem 1.35rem 1.5rem;
  border: 1px solid rgba(250, 204, 21, 0.45);
  background:
    linear-gradient(168deg, rgba(28, 20, 8, 0.98) 0%, rgba(18, 12, 32, 0.99) 55%, rgba(12, 10, 24, 1) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 0 1px rgba(250, 204, 21, 0.24),
    0 0 56px rgba(250, 204, 21, 0.14),
    0 0 72px rgba(124, 58, 237, 0.1),
    0 28px 64px rgba(0, 0, 0, 0.5);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-glow {
  background:
    radial-gradient(ellipse 95% 60% at 50% -10%, rgba(250, 204, 21, 0.3), transparent 62%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(168, 85, 247, 0.16), transparent 70%);
}

#lp-pricing-personal-mount .price-card__shelf-streaks {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
  background:
    linear-gradient(125deg, transparent 42%, rgba(250, 204, 21, 0.06) 48%, rgba(250, 204, 21, 0.12) 50%, rgba(250, 204, 21, 0.04) 54%, transparent 62%),
    linear-gradient(155deg, transparent 55%, rgba(255, 255, 255, 0.04) 58%, transparent 65%);
}

#lp-pricing-personal-mount .price-card__shelf-shine {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 48%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, transparent 58%);
  border-radius: 0 22px 0 65%;
  z-index: 1;
}

#lp-pricing-personal-mount .price-card__shelf-badge--pro {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a0f00;
  box-shadow: 0 4px 16px rgba(250, 204, 21, 0.28);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-tier {
  color: rgba(253, 224, 138, 0.92);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-title {
  font-size: clamp(1.18rem, 5vw, 1.38rem);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-feature-mark {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.14);
  border: 1px solid rgba(250, 204, 21, 0.32);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-price-amount {
  background: linear-gradient(180deg, #fff7ed 0%, #fde68a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__shelf-price-pill {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.28);
}

#lp-pricing-personal-mount .price-card--store-pro .price-card__cta {
  min-height: 2.95rem;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 10px 32px rgba(250, 204, 21, 0.32) !important;
}


/* ── Pro AI: ティール · AI最上位 ── */
#lp-pricing-personal-mount .price-card--store-pro-ai.price-card--spotlight {
  padding: 1.85rem 1.35rem 1.5rem;
  border: 1px solid rgba(45, 212, 191, 0.5);
  background:
    linear-gradient(168deg, rgba(8, 28, 28, 0.98) 0%, rgba(12, 18, 32, 0.99) 55%, rgba(10, 12, 24, 1) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 0 0 1px rgba(45, 212, 191, 0.28),
    0 0 56px rgba(45, 212, 191, 0.16),
    0 28px 64px rgba(0, 0, 0, 0.5);
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-glow {
  background:
    radial-gradient(ellipse 95% 60% at 50% -10%, rgba(45, 212, 191, 0.32), transparent 62%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(56, 189, 248, 0.14), transparent 70%);
}

#lp-pricing-personal-mount .price-card__shelf-badge--pro_ai,
#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-badge {
  background: linear-gradient(135deg, #2dd4bf, #14b8a6);
  color: #042f2e;
  box-shadow: 0 4px 16px rgba(45, 212, 191, 0.3);
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-tier {
  color: rgba(153, 246, 228, 0.95);
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-feature-mark {
  color: #99f6e4;
  background: rgba(45, 212, 191, 0.14);
  border: 1px solid rgba(45, 212, 191, 0.35);
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-price-amount {
  background: linear-gradient(180deg, #ecfeff 0%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__shelf-price-pill {
  color: #99f6e4;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.3);
}

#lp-pricing-personal-mount .price-card--store-pro-ai .price-card__cta {
  min-height: 2.95rem;
  background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 50%, #0d9488 100%) !important;
  color: #042f2e !important;
  border: none !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 10px 32px rgba(45, 212, 191, 0.34) !important;
}

@media (min-width: 900px) {
  #lp-pricing-personal-mount .price-card--store-free {
    transform: translateY(12px);
  }

  #lp-pricing-personal-mount .price-card--store-popular {
    transform: translateY(-2px);
    z-index: 2;
  }

  #lp-pricing-personal-mount .price-card--store-pro.price-card--spotlight {
    transform: translateY(-6px) scale(1.02);
    z-index: 2;
  }

  #lp-pricing-personal-mount .price-card--store-pro-ai.price-card--spotlight {
    transform: translateY(-10px) scale(1.05);
    z-index: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  #lp-pricing-personal-mount .price-card--store-free,
  #lp-pricing-personal-mount .price-card--store-popular,
  #lp-pricing-personal-mount .price-card--store-pro.price-card--spotlight,
  #lp-pricing-personal-mount .price-card--store-pro-ai.price-card--spotlight {
    transform: none;
  }
}

/* ═══════════════════════════════════════
   事務所プラン — LP商品棚（完成形）
   ═══════════════════════════════════════ */

.lp-pricing-zone--agency .lp-pricing-zone__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

/* ── 信頼バー ── */
.agency-trust-bar {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.5rem;
  border-radius: 16px;
  border: 1px solid rgba(129, 140, 248, 0.22);
  background: rgba(8, 10, 20, 0.9);
}

.agency-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.55rem;
  font-size: clamp(0.68rem, 3vw, 0.76rem);
  font-weight: 600;
  color: rgba(226, 232, 240, 0.92);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.agency-trust-bar__item:last-child {
  border-right: none;
}

.agency-trust-bar__item--highlight .agency-trust-bar__text {
  color: #fde68a;
  font-weight: 800;
}

.agency-trust-bar__icon {
  font-size: 0.95rem;
  line-height: 1;
}

@media (max-width: 639px) {
  .agency-trust-bar__item {
    flex: 1 1 calc(50% - 0.5rem);
    justify-content: center;
    border-right: none;
    padding: 0.35rem 0.25rem;
  }
}

/* ── 価値訴求4カラム ── */
.agency-value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  padding: 1rem 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(129, 140, 248, 0.18);
  background: rgba(6, 8, 16, 0.92);
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.06);
}

@media (min-width: 640px) {
  .agency-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .agency-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.1rem 0.5rem;
  }

  .agency-value-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.agency-value-col {
  padding: 0.65rem 0.75rem;
  text-align: center;
}

.agency-value-col__icon {
  display: block;
  margin: 0 auto 0.55rem;
  font-size: 1.35rem;
  line-height: 1;
}

.agency-value-col__title {
  margin: 0 0 0.45rem;
  font-size: clamp(0.78rem, 3.2vw, 0.86rem);
  font-weight: 800;
  line-height: 1.35;
}

.agency-value-col__body {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: clamp(0.66rem, 2.8vw, 0.72rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(203, 213, 225, 0.88);
}

.agency-value-col--purple .agency-value-col__title { color: #c4b5fd; }
.agency-value-col--blue .agency-value-col__title { color: #93c5fd; }
.agency-value-col--green .agency-value-col__title { color: #6ee7b7; }
.agency-value-col--gold .agency-value-col__title { color: #fde68a; }

/* ── 注記 ── */
.agency-disclaimers {
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.85rem;
}

.agency-disclaimers__item {
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.45;
  color: #64748b;
}

/* ── カードグリッド ── */
.pricing-grid--agency-shelf {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .pricing-grid--agency-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: end;
    padding-top: 0.5rem;
  }
}

/* ── カード共通 ── */
.agency-shelf-card {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-radius: 22px;
  padding: 1.85rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background: rgba(8, 10, 18, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
}

.agency-shelf-card__glow,
.agency-shelf-card__decor {
  pointer-events: none;
}

.agency-shelf-card > :not(.agency-shelf-card__glow):not(.agency-shelf-card__decor) {
  position: relative;
  z-index: 2;
}

.agency-shelf-card__badge {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

.agency-shelf-card__badge-icon {
  font-size: 0.68rem;
  line-height: 1;
}

.agency-shelf-card__popular {
  margin: 0.15rem 0 0.65rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #67e8f9;
}

.agency-shelf-card__icon-wrap {
  display: flex;
  justify-content: center;
  margin: 0.35rem 0 0.75rem;
}

.agency-shelf-card__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  font-size: 1.35rem;
  line-height: 1;
}

.agency-shelf-card__title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.2rem, 5vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #f8fafc;
}

.agency-shelf-card__subtitle {
  margin: 0 0 0.85rem;
  font-size: clamp(0.74rem, 3.2vw, 0.82rem);
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.agency-shelf-card__rule {
  height: 1px;
  margin: 0 0 0.85rem;
  background: rgba(255, 255, 255, 0.07);
}

.agency-shelf-card__catchphrase {
  margin: 0 0 1rem;
  font-size: clamp(0.82rem, 3.5vw, 0.92rem);
  font-weight: 700;
  line-height: 1.45;
  color: #f1f5f9;
  text-wrap: balance;
}

.agency-shelf-card__features {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  text-align: left;
  flex: 1 1 auto;
}

.agency-shelf-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.38rem 0;
}

.agency-shelf-card__feature-mark {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
}

.agency-shelf-card__feature-text {
  flex: 1 1 auto;
  font-size: clamp(0.72rem, 3.1vw, 0.8rem);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.92);
  overflow-wrap: anywhere;
}

.agency-shelf-card__feature--ai-partner .agency-shelf-card__feature-text {
  font-weight: 700;
  color: #fde68a;
}

.agency-shelf-card__feature--ai-partner .agency-shelf-card__feature-mark {
  background: rgba(250, 204, 21, 0.18);
  border-color: rgba(250, 204, 21, 0.42);
  color: #fde68a;
}

.agency-shelf-card__ai-icon {
  display: inline;
  font-size: 0.95em;
  line-height: 1;
}

.agency-shelf-card__feature--excluded .agency-shelf-card__feature-text {
  color: rgba(148, 163, 184, 0.78);
}

.agency-shelf-card__feature-mark--excluded {
  background: rgba(148, 163, 184, 0.12) !important;
  border-color: rgba(148, 163, 184, 0.28) !important;
  color: rgba(148, 163, 184, 0.85) !important;
}

.agency-shelf-card__pricing {
  margin: 0 0 0.85rem;
}

.agency-shelf-card__price {
  margin: 0 0 0.4rem;
  font-size: clamp(1.75rem, 7.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.agency-shelf-card__price small {
  font-size: 0.72em;
  font-weight: 700;
}

.agency-shelf-card__tax-pill {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.agency-shelf-card__addon {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.agency-shelf-card__addon-icon {
  flex-shrink: 0;
  font-size: 0.85rem;
}

.agency-shelf-card .price-card__cta {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: clamp(0.78rem, 3.4vw, 0.88rem);
  font-weight: 800;
  white-space: normal;
}

/* ── Agency 10: パープル ── */
.agency-shelf-card--agency-10 {
  border-color: rgba(168, 85, 247, 0.42);
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, 0.14),
    0 0 36px rgba(168, 85, 247, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.4);
}

.agency-shelf-card--agency-10 .agency-shelf-card__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 90% 55% at 50% -8%, rgba(168, 85, 247, 0.22), transparent 68%);
}

.agency-shelf-card--agency-10 .agency-shelf-card__badge {
  background: rgba(168, 85, 247, 0.2);
  border: 1px solid rgba(192, 132, 252, 0.38);
  color: #e9d5ff;
}

.agency-shelf-card--agency-10 .agency-shelf-card__decor--rocket {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 1.5rem;
  opacity: 0.55;
  z-index: 1;
}

.agency-shelf-card--agency-10 .agency-shelf-card__icon {
  background: rgba(168, 85, 247, 0.16);
  border: 1px solid rgba(192, 132, 252, 0.32);
}

.agency-shelf-card--agency-10 .agency-shelf-card__subtitle {
  color: #d8b4fe;
}

.agency-shelf-card--agency-10 .agency-shelf-card__feature-mark {
  color: #e9d5ff;
  background: rgba(168, 85, 247, 0.18);
  border: 1px solid rgba(192, 132, 252, 0.32);
}

.agency-shelf-card--agency-10 .agency-shelf-card__price {
  color: #c4b5fd;
}

.agency-shelf-card--agency-10 .agency-shelf-card__tax-pill {
  color: #d8b4fe;
  background: rgba(168, 85, 247, 0.14);
  border: 1px solid rgba(192, 132, 252, 0.24);
}

.agency-shelf-card--agency-10 .price-card__cta {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #7c3aed 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(168, 85, 247, 0.32) !important;
}

/* ── Agency 50: ブルー · おすすめ ── */
.agency-shelf-card--agency-50 {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.18),
    0 0 44px rgba(56, 189, 248, 0.12),
    0 22px 50px rgba(0, 0, 0, 0.42);
}

.agency-shelf-card--agency-50.agency-shelf-card--featured {
  padding-top: 2rem;
}

.agency-shelf-card--agency-50 .agency-shelf-card__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 95% 60% at 50% -10%, rgba(56, 189, 248, 0.24), transparent 65%);
}

.agency-shelf-card--agency-50 .agency-shelf-card__badge {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
  color: #fff;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.28);
}

.agency-shelf-card--agency-50 .agency-shelf-card__decor--chart {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 38%;
  border-radius: 0 22px 0 55%;
  background:
    linear-gradient(135deg, transparent 40%, rgba(56, 189, 248, 0.08) 55%, transparent 70%),
    linear-gradient(160deg, transparent 50%, rgba(56, 189, 248, 0.12) 58%, rgba(56, 189, 248, 0.04) 62%, transparent 72%);
  z-index: 1;
}

.agency-shelf-card--agency-50 .agency-shelf-card__icon {
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.32);
}

.agency-shelf-card--agency-50 .agency-shelf-card__subtitle {
  color: #7dd3fc;
}

.agency-shelf-card--agency-50 .agency-shelf-card__feature-mark {
  color: #bae6fd;
  background: rgba(56, 189, 248, 0.16);
  border: 1px solid rgba(125, 211, 252, 0.32);
}

.agency-shelf-card--agency-50 .agency-shelf-card__price {
  color: #7dd3fc;
}

.agency-shelf-card--agency-50 .agency-shelf-card__tax-pill {
  color: #bae6fd;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.24);
}

.agency-shelf-card--agency-50 .price-card__cta {
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 50%, #0ea5e9 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(56, 189, 248, 0.32) !important;
}

/* ── Agency 100: ゴールド ── */
.agency-shelf-card--agency-100 {
  border-color: rgba(250, 204, 21, 0.45);
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.2),
    0 0 52px rgba(250, 204, 21, 0.12),
    0 24px 56px rgba(0, 0, 0, 0.45);
}

.agency-shelf-card--agency-100 .agency-shelf-card__glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 95% 60% at 50% -10%, rgba(250, 204, 21, 0.26), transparent 62%),
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(168, 85, 247, 0.1), transparent 70%);
}

.agency-shelf-card--agency-100 .agency-shelf-card__badge {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a0f00;
  box-shadow: 0 4px 16px rgba(250, 204, 21, 0.28);
}

.agency-shelf-card--agency-100 .agency-shelf-card__decor--city {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.35;
  background:
    linear-gradient(180deg, transparent 55%, rgba(250, 204, 21, 0.06) 100%),
    repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(250, 204, 21, 0.04) 18px, rgba(250, 204, 21, 0.04) 19px);
  z-index: 1;
}

.agency-shelf-card--agency-100 .agency-shelf-card__icon {
  background: rgba(250, 204, 21, 0.14);
  border: 1px solid rgba(253, 224, 71, 0.32);
}

.agency-shelf-card--agency-100 .agency-shelf-card__subtitle {
  color: #fde68a;
}

.agency-shelf-card--agency-100 .agency-shelf-card__feature-mark {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(253, 224, 71, 0.28);
}

.agency-shelf-card--agency-100 .agency-shelf-card__price {
  background: linear-gradient(180deg, #fff7ed 0%, #fde68a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agency-shelf-card--agency-100 .agency-shelf-card__tax-pill {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(253, 224, 71, 0.26);
}

.agency-shelf-card--agency-100 .agency-shelf-card__addon {
  color: #fde68a;
  background: rgba(250, 204, 21, 0.06);
  border: 1px solid rgba(250, 204, 21, 0.2);
}

.agency-shelf-card--agency-100 .price-card__cta {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 10px 32px rgba(250, 204, 21, 0.3) !important;
}

@media (min-width: 900px) {
  .agency-shelf-card--agency-10 {
    transform: translateY(10px);
  }

  .agency-shelf-card--agency-50.agency-shelf-card--featured {
    transform: translateY(-6px) scale(1.03);
    z-index: 2;
  }

  .agency-shelf-card--agency-100 {
    transform: translateY(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-shelf-card--agency-10,
  .agency-shelf-card--agency-50.agency-shelf-card--featured,
  .agency-shelf-card--agency-100 {
    transform: none;
  }
}
