/* ============================================================
   POV MANUAL  —  page-specific styles
   Brand: navy × amber（POV作業マニュアル化サービス 提案資料 準拠）
   ベースの header / footer / mobile-menu は ../sns/sns.css を使用
   ============================================================ */

:root {
  --pm-navy: #1e2a5e;
  --pm-navy-deep: #141d45;
  --pm-navy-soft: #2a3873;
  --pm-amber: #f0a63c;
  --pm-amber-deep: #d98d1d;
  --pm-ink: #14182c;
  --pm-gray: #5f657e;
  --pm-gray-light: #8b90a5;
  --pm-line: #e3e7f1;
  --pm-bg: #ffffff;
  --pm-bg-soft: #f4f6fb;

  --pm-radius: 18px;
  --pm-radius-sm: 10px;
  --pm-ease: cubic-bezier(0.16, 1, 0.3, 1);

  --pm-font-display: 'Outfit', 'Noto Sans JP', sans-serif;
  --pm-font-jp: 'Noto Sans JP', sans-serif;
}

/* ---------- base ---------- */
.body-pm {
  background: var(--pm-bg);
  color: var(--pm-ink);
  font-family: var(--pm-font-jp);
  -webkit-font-smoothing: antialiased;
}

.pm-section {
  padding: 100px 80px;
}
.pm-section--soft { background: var(--pm-bg-soft); }
.pm-section--navy { background: var(--pm-navy); color: #fff; }
.pm-inner { max-width: 1100px; margin: 0 auto; }

/* section head（提案資料の縦バー見出しを踏襲） */
.pm-head { margin-bottom: 52px; }
.pm-eyebrow {
  display: inline-block;
  font-family: var(--pm-font-display);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pm-amber-deep);
  margin-bottom: 14px;
}
.pm-section--navy .pm-eyebrow { color: var(--pm-amber); }
.pm-title {
  position: relative;
  font-family: var(--pm-font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
  margin: 0 0 16px;
  padding-left: 18px;
}
.pm-title::before {
  content: '';
  position: absolute;
  left: 0; top: 0.22em; bottom: 0.22em;
  width: 6px; border-radius: 3px;
  background: var(--pm-amber);
}
.pm-title .em { color: var(--pm-amber-deep); }
.pm-section--navy .pm-title .em { color: var(--pm-amber); }
.pm-lead {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--pm-gray);
  max-width: 720px;
  padding-left: 18px;
}
.pm-section--navy .pm-lead { color: rgba(255,255,255,0.74); }

/* =====================================================
   HERO
   ===================================================== */
.pm-hero {
  position: relative;
  background: linear-gradient(120deg, var(--pm-navy-deep) 0%, var(--pm-navy) 55%, var(--pm-navy-soft) 100%);
  color: #fff;
  padding: 190px 80px 110px;
  overflow: hidden;
}
.pm-hero::after {
  content: '';
  position: absolute; inset: auto -10% -40% 45%;
  height: 70%;
  background: radial-gradient(closest-side, rgba(240,166,60,0.22), transparent 70%);
  pointer-events: none;
}
.pm-hero-inner {
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 64px; align-items: center;
}
.pm-hero-bar {
  display: block; width: 48px; height: 5px; border-radius: 3px;
  background: var(--pm-amber); margin-bottom: 22px;
}
.pm-hero-eyebrow {
  font-family: var(--pm-font-display);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 26px;
}
.pm-hero-title {
  font-family: var(--pm-font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
}
.pm-hero-title .accent { color: var(--pm-amber); }
.pm-hero-lead {
  font-size: 1.02rem;
  line-height: 2;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  max-width: 30em;
}
.pm-hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pm-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--pm-font-display);
  font-weight: 600; font-size: 0.92rem; letter-spacing: 0.06em;
  padding: 15px 34px; border-radius: 60px;
  transition: transform 0.3s var(--pm-ease), box-shadow 0.3s var(--pm-ease), background 0.3s;
}
.pm-btn--primary { background: var(--pm-amber); color: #1a1a1a; }
.pm-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(240,166,60,0.35); }
.pm-btn--ghost { border: 1px solid rgba(255,255,255,0.35); color: #fff; }
.pm-btn--ghost:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.pm-hero-note {
  margin-top: 26px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

/* hero visual — 手順カードのモック */
.pm-hero-visual { position: relative; }
.pm-mock {
  background: #fff; color: var(--pm-ink);
  border-radius: var(--pm-radius);
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  overflow: hidden;
}
.pm-mock-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1b2247;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.pm-mock-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pm-mock-frame-label {
  position: absolute; left: 12px; bottom: 12px;
  font-family: var(--pm-font-display);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  background: rgba(20,24,44,0.62);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 60px; padding: 6px 14px;
  backdrop-filter: blur(4px);
}
.pm-mock-body { padding: 22px 24px 24px; }
.pm-mock-step {
  font-family: var(--pm-font-display);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.18em; color: var(--pm-amber-deep);
  margin-bottom: 8px;
}
.pm-mock-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; }
.pm-mock-tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 600;
  color: var(--pm-navy);
  background: rgba(30,42,94,0.08);
  border-radius: 5px; padding: 4px 12px;
  margin-bottom: 12px;
}
.pm-mock-warn {
  font-size: 0.82rem; font-weight: 600; color: #c0392b;
  display: flex; align-items: flex-start; gap: 7px; line-height: 1.6;
}

/* =====================================================
   PROBLEM
   ===================================================== */
.pm-problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 44px;
}
.pm-problem-card {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 34px 30px 32px;
  transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease);
}
.pm-problem-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(20,29,69,0.09); }
.pm-problem-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--pm-navy); color: var(--pm-amber);
  font-family: var(--pm-font-display); font-weight: 700; font-size: 1.05rem;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
.pm-problem-title { font-size: 1.14rem; font-weight: 700; margin-bottom: 12px; }
.pm-problem-desc { font-size: 0.9rem; line-height: 1.95; color: var(--pm-gray); }
.pm-problem-foot {
  text-align: center;
  font-size: 1rem; line-height: 1.9; color: var(--pm-gray);
}
.pm-problem-foot strong { color: var(--pm-amber-deep); font-weight: 700; }

/* =====================================================
   FLOW（3ステップ）
   ===================================================== */
.pm-flow-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px; align-items: stretch;
}
.pm-flow-arrow {
  align-self: center;
  color: var(--pm-amber);
  font-size: 1.4rem; line-height: 1;
}
.pm-flow-card {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 22px 22px 26px;
  display: flex; flex-direction: column;
}
/* 3ステップの図版は、実際のPOV映像のコマと納品画面をそのまま使う */
.pm-flow-visual {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--pm-radius-sm);
  margin-bottom: 20px;
  background: #1b2247;
}
.pm-flow-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 写真の上に文字を置くので、下側だけ暗く落として可読性を確保する */
.pm-flow-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,16,32,0.78) 0%, rgba(12,16,32,0.2) 42%, transparent 68%);
  pointer-events: none;
}
.pm-flow-badge {
  position: absolute; left: 11px; bottom: 11px; z-index: 1;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.74rem; font-weight: 700; color: #fff;
  background: rgba(20,24,44,0.62);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 60px; padding: 5px 13px;
  backdrop-filter: blur(4px);
}
.pm-flow-rec {
  width: 7px; height: 7px; border-radius: 50%; background: #ff5a5a;
  animation: pm-blink 1.8s var(--pm-ease) infinite;
}
@media (prefers-reduced-motion: reduce) { .pm-flow-rec { animation: none } }
/* STEP2 は、その場面をAIが読み取った結果を重ねて見せる */
.pm-flow-read {
  position: absolute; left: 11px; right: 11px; bottom: 11px; z-index: 1;
  background: rgba(20,24,44,0.72);
  border: 1px solid rgba(240,166,60,0.5);
  border-radius: 9px; padding: 9px 11px;
  backdrop-filter: blur(4px);
}
.pm-flow-read-act {
  font-size: 0.8rem; font-weight: 700; color: #fff; line-height: 1.45;
  margin-bottom: 7px;
}
.pm-flow-read-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pm-flow-read-tags span {
  font-size: 0.68rem; font-weight: 600; color: var(--pm-amber);
  background: rgba(240,166,60,0.14);
  border-radius: 5px; padding: 2px 8px;
}
.pm-flow-step {
  font-family: var(--pm-font-display);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  color: var(--pm-amber-deep); margin-bottom: 8px;
}
.pm-flow-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.pm-flow-desc { font-size: 0.88rem; line-height: 1.9; color: var(--pm-gray); margin-bottom: 18px; }
.pm-flow-chip {
  margin-top: auto; align-self: flex-start;
  font-size: 0.78rem; font-weight: 600; color: var(--pm-navy);
  background: var(--pm-bg-soft);
  border: 1px solid var(--pm-line);
  border-radius: 6px; padding: 6px 14px;
}

/* =====================================================
   DELIVERABLE（成果物）
   ===================================================== */
.pm-sub-label {
  font-size: 0.95rem; font-weight: 700; color: var(--pm-navy);
  margin-bottom: 20px;
}
.pm-checklist--grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 30px;
  margin-bottom: 44px;
}
@media (max-width: 900px) { .pm-checklist--grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .pm-checklist--grid { grid-template-columns: 1fr; } }
.pm-check-item { display: flex; gap: 14px; align-items: flex-start; }
.pm-check-icon {
  flex-shrink: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(30,42,94,0.08); color: var(--pm-navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
  margin-top: 3px;
}
.pm-check-title { font-size: 1.02rem; font-weight: 700; margin-bottom: 5px; }
.pm-check-desc { font-size: 0.88rem; line-height: 1.85; color: var(--pm-gray); }

/* 検証サンプルのクレジット */
.pm-credit {
  font-size: 0.76rem; line-height: 1.8; color: var(--pm-gray-light);
  margin-top: 18px;
}
.pm-section--navy .pm-credit { color: rgba(255,255,255,0.48); }

/* =====================================================
   SCREENSHOT（納品ビューアの実画面）
   ===================================================== */
.pm-shot {
  position: relative; display: block;
  border-radius: var(--pm-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}
/* 画面の途中で切れていることが伝わるよう、下端をぼかす */
.pm-shot-pair-item .pm-shot::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 46px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}
.pm-shot-zoom {
  position: absolute; right: 12px; bottom: 12px; z-index: 1;
  font-family: var(--pm-font-display);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em;
  color: #fff; background: rgba(20,24,44,0.78);
  border-radius: 60px; padding: 6px 14px;
  opacity: 0; transition: opacity 0.25s var(--pm-ease);
}
.pm-shot:hover .pm-shot-zoom, .pm-shot:focus-visible .pm-shot-zoom { opacity: 1; }
@media (hover: none) { .pm-shot-zoom { opacity: 1; } }
.pm-section:not(.pm-section--navy) .pm-shot {
  border-color: var(--pm-line);
  box-shadow: 0 22px 56px rgba(20,29,69,0.14);
}
.pm-shot img { width: 100%; height: auto; display: block; }
.pm-shot-caption {
  font-size: 0.8rem; line-height: 1.8; color: var(--pm-gray-light);
  margin-top: 12px; text-align: center;
}
.pm-section--navy .pm-shot-caption { color: rgba(255,255,255,0.55); }

/* 実際に動くデモ（納品ビューアの抜粋版を iframe で埋め込む） */
.pm-demo {
  border-radius: var(--pm-radius);
  overflow: hidden;
  background: #f4f6f9;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 30px 70px rgba(0,0,0,0.34);
}
.pm-demo-bar {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  background: #e9edf4; padding: 10px 16px;
  border-bottom: 1px solid #d8dee9;
}
.pm-demo-live {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--pm-font-display);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  color: #1a1a1a; background: var(--pm-amber);
  border-radius: 60px; padding: 4px 12px;
}
.pm-demo-live::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #1a1a1a;
  animation: pm-blink 1.8s var(--pm-ease) infinite;
}
@keyframes pm-blink { 0%, 100% { opacity: 1 } 50% { opacity: 0.25 } }
@media (prefers-reduced-motion: reduce) { .pm-demo-live::before { animation: none } }
.pm-demo-bar-text { font-size: 0.78rem; color: #5c6779; }
.pm-demo-open {
  margin-left: auto;
  font-family: var(--pm-font-display);
  font-size: 0.76rem; font-weight: 600; color: var(--pm-navy);
  border: 1px solid #c3ccdb; border-radius: 60px; padding: 5px 15px;
  background: #fff; transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.pm-demo-open:hover { background: var(--pm-navy); color: #fff; border-color: var(--pm-navy); }
.pm-demo-frame { width: 100%; height: 720px; background: #f4f6f9; }
.pm-demo-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
/* 狭い画面ではビューアの入れ子スクロールが窮屈なため、画面写真＋別タブ導線に切り替える */
.pm-demo-fallback { display: none; }
.pm-demo-fallback img { width: 100%; height: auto; display: block; }
.pm-demo-fallback-note {
  font-size: 0.76rem; line-height: 1.7; color: #5c6779;
  padding: 12px 16px 0; text-align: center;
}
.pm-demo-fallback-btn { margin: 14px auto 22px; display: flex; width: max-content; }

/* 画面写真は原寸に近いサイズでないと文字が読めないため、2カラムにせず縦に積む */
.pm-shot-pair {
  display: flex; flex-direction: column; gap: 44px;
  margin-top: 36px;
}
.pm-shot-pair-item .pm-shot-title {
  font-size: 1.05rem; font-weight: 700; margin-bottom: 10px;
}
.pm-shot-pair-item .pm-shot-desc {
  font-size: 0.88rem; line-height: 1.85; color: var(--pm-gray);
  margin-bottom: 16px; max-width: 62em;
}
.pm-section--navy .pm-shot-pair-item .pm-shot-desc { color: rgba(255,255,255,0.7); }

/* ビューアの4タブ */
.pm-tabs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 40px;
}
.pm-tabitem {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  border-radius: var(--pm-radius-sm);
  padding: 20px 20px 22px;
}
.pm-tabitem-name {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700;
  color: #1a1a1a; background: var(--pm-amber);
  border-radius: 6px; padding: 4px 12px; margin-bottom: 14px;
}
.pm-tabitem-desc { font-size: 0.84rem; line-height: 1.85; color: rgba(255,255,255,0.72); }

/* =====================================================
   DELIVERY（納品物一式）
   ===================================================== */
.pm-delivery { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 48px; align-items: start; }
/* お渡しするもの（専門用語を使わない一覧） */
.pm-goods {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  overflow: hidden;
}
.pm-goods-head {
  display: flex; align-items: center; gap: 9px;
  background: var(--pm-navy); color: #fff;
  font-size: 0.9rem; font-weight: 700; line-height: 1.6;
  padding: 16px 22px;
}
.pm-goods-list { display: flex; flex-direction: column; }
.pm-goods-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--pm-line);
}
.pm-goods-item:last-child { border-bottom: 0; }
.pm-goods-ico {
  flex-shrink: 0;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--pm-bg-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
}
.pm-goods-name { font-size: 0.98rem; font-weight: 700; margin-bottom: 4px; }
.pm-goods-note { font-size: 0.83rem; line-height: 1.75; color: var(--pm-gray); }
.pm-spec-list { display: flex; flex-direction: column; gap: 0; }
.pm-spec-row {
  display: grid; grid-template-columns: 150px 1fr; gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--pm-line);
  font-size: 0.9rem;
}
.pm-spec-row:first-child { border-top: 1px solid var(--pm-line); }
.pm-spec-key { font-weight: 700; color: var(--pm-navy); }
.pm-spec-val { color: var(--pm-gray); line-height: 1.8; }
.pm-spec-val strong { color: var(--pm-ink); }
.pm-sample-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-bottom: 40px;
}
.pm-sample-stat {
  background: #fff; border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius-sm);
  padding: 22px 18px; text-align: center;
}
.pm-sample-num {
  font-family: var(--pm-font-display);
  font-weight: 700; font-size: 1.9rem; line-height: 1.1;
  color: var(--pm-navy); margin-bottom: 8px;
}
.pm-sample-num em { font-style: normal; font-size: 0.5em; }
.pm-sample-lbl { font-size: 0.8rem; color: var(--pm-gray); line-height: 1.6; }

/* =====================================================
   REASONS（選ばれる理由）
   ===================================================== */
.pm-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pm-reason-card {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 36px 30px 34px;
  transition: transform 0.35s var(--pm-ease), box-shadow 0.35s var(--pm-ease);
}
.pm-reason-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(20,29,69,0.1); }
.pm-reason-card--featured {
  background: var(--pm-navy); color: #fff; border-color: var(--pm-navy);
}
.pm-reason-bar {
  display: block; width: 40px; height: 4px; border-radius: 2px;
  background: var(--pm-amber); margin-bottom: 26px;
}
.pm-reason-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 16px; }
.pm-reason-catch {
  font-size: 0.92rem; font-weight: 700; color: var(--pm-navy);
  margin-bottom: 18px;
}
.pm-reason-card--featured .pm-reason-catch { color: var(--pm-amber); }
.pm-reason-desc { font-size: 0.88rem; line-height: 1.95; color: var(--pm-gray); }
.pm-reason-card--featured .pm-reason-desc { color: rgba(255,255,255,0.76); }

/* =====================================================
   PROOF（技術検証実績）
   ===================================================== */
.pm-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 30px; }
.pm-proof-card {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 44px 28px;
  text-align: center;
}
.pm-proof-num {
  font-family: var(--pm-font-display);
  font-weight: 700; font-size: clamp(2.6rem, 5.5vw, 3.6rem);
  line-height: 1; color: var(--pm-navy);
  margin-bottom: 18px;
}
.pm-proof-label { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.pm-proof-desc { font-size: 0.84rem; line-height: 1.8; color: var(--pm-gray); }
.pm-note {
  font-size: 0.78rem; line-height: 1.85; color: var(--pm-gray-light);
}

/* =====================================================
   PRICING
   ===================================================== */
.pm-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pm-price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 38px 30px 34px;
}
.pm-price-card--featured {
  border: 2px solid var(--pm-amber);
  box-shadow: 0 18px 48px rgba(240,166,60,0.16);
}
.pm-price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--pm-navy); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  border-radius: 5px; padding: 5px 18px;
  white-space: nowrap;
}
.pm-price-name {
  font-size: 1.02rem; font-weight: 700; color: var(--pm-gray);
  margin-bottom: 14px;
}
.pm-price-amount {
  font-family: var(--pm-font-display);
  font-weight: 700; font-size: clamp(2rem, 4.4vw, 2.7rem);
  line-height: 1.1; color: var(--pm-navy);
  margin-bottom: 10px;
}
.pm-price-amount em { font-style: normal; font-size: 0.5em; }
.pm-price-sub {
  font-size: 0.84rem; font-weight: 700; color: var(--pm-amber-deep);
  margin-bottom: 22px;
}
.pm-price-feats { display: flex; flex-direction: column; gap: 11px; padding-top: 22px; border-top: 1px solid var(--pm-line); }
.pm-price-feats li {
  position: relative; padding-left: 18px;
  font-size: 0.87rem; line-height: 1.75; color: var(--pm-gray);
}
.pm-price-feats li::before {
  content: '';
  position: absolute; left: 0; top: 0.68em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--pm-amber);
}
.pm-price-note { margin-top: 28px; }

/* =====================================================
   STEPS（導入の流れ）
   ===================================================== */
.pm-steps {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-bottom: 44px;
}
.pm-steps::before {
  content: '';
  position: absolute; top: 26px; left: 12%; right: 12%;
  height: 1px; background: var(--pm-line);
}
.pm-step { position: relative; text-align: center; padding: 0 6px; }
.pm-step-num {
  position: relative; z-index: 1;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--pm-navy); color: var(--pm-amber);
  font-family: var(--pm-font-display); font-weight: 700; font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.pm-step-week {
  font-size: 0.76rem; font-weight: 700; color: var(--pm-amber-deep);
  letter-spacing: 0.06em; margin-bottom: 8px;
}
.pm-step-title { font-size: 1.02rem; font-weight: 700; margin-bottom: 10px; }
.pm-step-desc { font-size: 0.84rem; line-height: 1.85; color: var(--pm-gray); }
.pm-prepare {
  background: #fff;
  border: 1px solid var(--pm-line);
  border-radius: var(--pm-radius);
  padding: 30px 34px;
}
.pm-prepare-row {
  display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap;
}
.pm-prepare-label {
  flex-shrink: 0;
  font-size: 0.98rem; font-weight: 700; color: var(--pm-navy);
}
.pm-prepare-items {
  display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 0.9rem; color: var(--pm-gray);
}
.pm-prepare-items li { display: flex; align-items: baseline; gap: 7px; }
.pm-prepare-items .no {
  font-family: var(--pm-font-display); font-weight: 700;
  color: var(--pm-amber-deep); font-size: 0.9rem;
}
.pm-prepare-note {
  margin-top: 16px; padding-top: 16px;
  border-top: 1px dashed var(--pm-line);
  font-size: 0.82rem; line-height: 1.8; color: var(--pm-gray-light);
}

/* =====================================================
   CTA + ROADMAP
   ===================================================== */
.pm-cta {
  background: linear-gradient(120deg, var(--pm-navy-deep) 0%, var(--pm-navy) 60%, var(--pm-navy-soft) 100%);
  color: #fff;
  padding: 104px 80px;
}
.pm-cta-inner { max-width: 1100px; margin: 0 auto; }
.pm-cta-bar {
  display: block; width: 48px; height: 5px; border-radius: 3px;
  background: var(--pm-amber); margin-bottom: 24px;
}
.pm-cta-title {
  font-family: var(--pm-font-display);
  font-weight: 700; font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.24; margin-bottom: 20px;
}
.pm-cta-lead {
  font-size: 1rem; line-height: 2;
  color: rgba(255,255,255,0.78);
  max-width: 44em; margin-bottom: 40px;
}
.pm-roadmap-label {
  font-size: 0.86rem; font-weight: 700; color: var(--pm-amber);
  margin-bottom: 18px;
}
.pm-roadmap-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 48px;
}
.pm-roadmap-card {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--pm-radius-sm);
  padding: 24px 24px 26px;
  background: rgba(255,255,255,0.04);
}
.pm-roadmap-title { font-size: 0.98rem; font-weight: 700; margin-bottom: 10px; }
.pm-roadmap-desc { font-size: 0.85rem; line-height: 1.85; color: rgba(255,255,255,0.68); }
.pm-cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .pm-section { padding: 76px 40px; }
  .pm-hero { padding: 150px 40px 80px; }
  .pm-hero-inner { grid-template-columns: 1fr; gap: 46px; }
  .pm-problem-grid,
  .pm-reason-grid,
  .pm-proof-grid,
  .pm-price-grid,
  .pm-roadmap-grid { grid-template-columns: 1fr; }
  .pm-flow-grid { grid-template-columns: 1fr; }
  .pm-flow-arrow { transform: rotate(90deg); justify-self: center; }
  .pm-shot-pair { gap: 34px; }
  /* タブレット幅ではビューアが1カラムに折り返し、iframe内が延々とスクロールになるため静止画に切り替える */
  .pm-demo-frame { display: none; }
  .pm-demo-fallback { display: block; }
  .pm-tabs-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-delivery { grid-template-columns: 1fr; gap: 36px; }
  .pm-sample-stats { grid-template-columns: repeat(2, 1fr); }
  .pm-steps { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .pm-steps::before { display: none; }
  .pm-price-card--featured { margin-top: 14px; }
  .pm-cta { padding: 76px 40px; }
}

@media (max-width: 600px) {
  .pm-section { padding: 64px 24px; }
  .pm-hero { padding: 140px 24px 64px; }
  .pm-hero-actions .pm-btn,
  .pm-cta-actions .pm-btn { width: 100%; justify-content: center; }
  .pm-title { font-size: 1.5rem; padding-left: 14px; }
  .pm-title::before { width: 5px; }
  .pm-lead { padding-left: 14px; }
  .pm-steps { grid-template-columns: 1fr; }
  .pm-tabs-grid { grid-template-columns: 1fr; }
  .pm-sample-stats { grid-template-columns: 1fr; }
  .pm-demo-open { display: none; }
  .pm-demo-fallback-btn { width: auto; justify-content: center; margin: 18px 16px 20px; }
  .pm-spec-row { grid-template-columns: 1fr; gap: 4px; }
  .pm-goods-head, .pm-goods-item { padding-left: 18px; padding-right: 18px; }
  .pm-prepare { padding: 24px; }
  .pm-prepare-items { flex-direction: column; gap: 12px; }
  .pm-cta { padding: 64px 24px; }
}
