/* ==============================================
   front-page.css  —  TOP page redesign, scoped under .tp-home
   Ported 1:1 from html-design-reference (Tailwind/React source of truth)
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Outfit:wght@600;700;800&display=swap');

/* Legacy theme header image (custom-header default) — replaced by .tp-hero below */
.main-image-area { display: none !important; }

.tp-home,
.tp-home *,
.tp-home *::before,
.tp-home *::after { box-sizing: border-box; }

.tp-home {
  --tp-brand: #c13584;
  --tp-brand-warm: #f56040;
  --tp-brand-deep: #a02a6e;
  --tp-brand-tint: #fbe9f2;
  --tp-ink: #12141a;
  --tp-ink-soft: #5f5f5c;
  --tp-muted: #f6f7f9;
  --tp-muted-foreground: #5b5f6a;
  --tp-border: #e5e7eb;
  --tp-foreground: #14161c;

  font-family: 'Noto Sans JP', system-ui, sans-serif;
  color: var(--tp-foreground);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.tp-home a { color: inherit; text-decoration: none; }
.tp-home img { max-width: 100%; height: auto; }
.tp-home .tp-font-display { font-family: 'Outfit', 'Noto Sans JP', sans-serif; }

.tp-home section[id] { scroll-margin-top: 88px; }

.tp-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 640px) { .tp-container { padding: 0 32px; } }
@media (min-width: 1024px) { .tp-container { padding: 0 64px; } }

/* Standard section vertical rhythm: py-12 lg:py-18 (48px -> 72px) */
.tp-campaign, .tp-pain, .tp-features, .tp-products-quick, .tp-safety,
.tp-sns-section, .tp-reviews, .tp-faq, .tp-howto { padding: 48px 0; }
@media (min-width: 1024px) {
  .tp-campaign, .tp-pain, .tp-features, .tp-products-quick, .tp-safety,
  .tp-sns-section, .tp-reviews, .tp-faq, .tp-howto { padding: 72px 0; }
}

.tp-h2 {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--tp-ink);
  margin: 0 0 28px;
}
@media (min-width: 1024px) { .tp-h2 { font-size: 27px; } }
.tp-h3 {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--tp-ink);
  margin: 0 0 14px;
}

.tp-yen { font: 700 11px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin-right: 1px; }
.tp-tax { font: 700 11px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin: 0 2px; }
.tp-from { font: 700 11px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin-left: 1px; }

.tp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 700 16px 'Noto Sans JP', sans-serif;
  padding: 16px 32px;
  border-radius: 10px;
  transition: opacity .15s ease, border-color .15s ease, background-color .15s ease;
}
a.tp-btn-primary {
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm));
  color: #fff;
  box-shadow: 0 8px 24px rgba(193, 53, 132, .3);
}
a.tp-btn-primary:hover { opacity: .9; color: #fff; }
a.tp-btn-outline {
  border: 1.5px solid rgba(18, 20, 26, .25);
  color: var(--tp-ink);
  font-size: 15px;
  padding: 15px 24px;
}
a.tp-btn-outline:hover { border-color: var(--tp-ink); color: var(--tp-ink); }

/* ============================= HERO ============================= */
.tp-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: linear-gradient(115deg, #f3e4fa 0%, #fbe2ef 30%, #ffe4ec 55%, #ffeadf 82%, #fff3dd 100%);
}
@media (min-width: 640px) { .tp-hero { padding: 64px 0; } }
@media (min-width: 1024px) { .tp-hero { padding: 96px 0; } }

.tp-hero-deco {
  position: absolute; top: -120px; right: -120px; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.tp-hero-inner {
  position: relative;
  display: flex; flex-wrap: wrap; gap: 56px; align-items: center;
}
.tp-hero-copy { flex: 1 1 480px; min-width: 300px; }
.tp-hero-h1 {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 24px;
  color: var(--tp-ink);
  letter-spacing: -.025em;
}
@media (min-width: 640px) { .tp-hero-h1 { font-size: 38px; } }
@media (min-width: 1024px) { .tp-hero-h1 { font-size: 46px; } }
.tp-hero-sub {
  font: 500 14px/1.8 'Noto Sans JP';
  color: var(--tp-ink-soft);
  margin: 0 0 32px;
  max-width: 560px;
}
@media (min-width: 640px) { .tp-hero-sub { font: 500 16px/1.95 'Noto Sans JP'; } }
.tp-hero-sub span { display: block; }
.tp-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.tp-hero-checks { display: block; }
.tp-hero-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
}
.tp-hero-badge-item { display: block; min-width: 0; }
.tp-hero-badge-item img { display: block; width: 100%; max-width: 64px; height: auto; object-fit: contain; }
@media (min-width: 640px) {
  .tp-hero-badges { gap: 14px; max-width: 380px; margin: 0; }
  .tp-hero-badge-item img { max-width: 64px; }
}

.tp-hero-visual { flex: 1 1 320px; min-width: 260px; display: flex; justify-content: center; }
.tp-phone-wrap { position: relative; width: min(320px, 80vw); }
.tp-phone {
  background: var(--tp-ink);
  border-radius: 34px;
  padding: 12px;
  box-shadow: 0 24px 60px rgba(20, 22, 28, .22);
}
.tp-phone-screen {
  background: #fff;
  border-radius: 26px;
  aspect-ratio: 9 / 17;
  overflow: hidden;
}

/* Hero phone in-app mockup */
.tp-phone-app { display: flex; flex-direction: column; gap: 12px; height: 100%; padding: 12px 16px 16px; }
.tp-app-status { display: flex; align-items: center; justify-content: space-between; font: 700 10px 'Noto Sans JP'; color: var(--tp-muted-foreground); }
.tp-app-status-dots { display: flex; align-items: center; gap: 4px; }
.tp-app-status-dots i { width: 4px; height: 4px; border-radius: 50%; background: rgba(91, 95, 106, .5); display: block; }

.tp-app-topbar { display: flex; align-items: center; gap: 8px; }
.tp-app-logo {
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm));
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 8px;
  font-size: 12px; font-weight: 800; color: #fff; flex: none;
}
.tp-app-name { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 12.5px; font-weight: 800; color: var(--tp-ink); }
.tp-app-bell { margin-left: auto; width: 14px; height: 14px; color: var(--tp-muted-foreground); }
.tp-app-bell svg { width: 100%; height: 100%; }

.tp-app-card { border-radius: 16px; border: 1px solid var(--tp-border); background: rgba(246, 247, 249, .6); padding: 14px; }
.tp-app-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.tp-app-card-label { font: 600 10px 'Noto Sans JP'; color: var(--tp-muted-foreground); }
.tp-app-card-value { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 24px; line-height: 1; font-weight: 800; color: var(--tp-ink); margin-top: 2px; }
.tp-app-card-badge {
  display: flex; align-items: center; gap: 2px;
  background: var(--tp-brand-tint); color: var(--tp-brand);
  border-radius: 999px; padding: 2px 6px; font: 700 10px 'Noto Sans JP';
}
.tp-app-card-badge svg { width: 12px; height: 12px; }
.tp-app-sparkline { display: block; width: 100%; height: 56px; margin-top: 12px; }

.tp-app-ministats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tp-app-ministat { border: 1px solid var(--tp-border); border-radius: 12px; padding: 8px; text-align: center; }
.tp-app-ministat-ico { display: inline-block; width: 12px; height: 12px; color: var(--tp-brand); }
.tp-app-ministat-ico svg { width: 100%; height: 100%; }
.tp-app-ministat-value { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 13px; line-height: 1; font-weight: 800; color: var(--tp-ink); margin-top: 4px; }
.tp-app-ministat-label { font: 600 9px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin-top: 4px; }

.tp-app-growth { display: flex; flex-direction: column; gap: 10px; flex: 1; min-height: 0; }
.tp-app-growth-title { font: 700 10px 'Noto Sans JP'; color: var(--tp-muted-foreground); }
.tp-app-growth-row { display: flex; align-items: center; gap: 10px; }
.tp-app-growth-ico {
  width: 24px; height: 24px; border-radius: 8px; flex: none;
  display: flex; align-items: center; justify-content: center;
}
.tp-app-growth-ico svg { width: 12px; height: 12px; }
.tp-app-growth-body { flex: 1; min-width: 0; }
.tp-app-growth-line { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.tp-app-growth-label { font: 700 10px 'Noto Sans JP'; color: var(--tp-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tp-app-growth-value { font: 800 10px 'Noto Sans JP'; color: var(--tp-brand); flex: none; }
.tp-app-growth-track { margin-top: 4px; height: 4px; border-radius: 999px; background: var(--tp-muted); overflow: hidden; }
.tp-app-growth-track i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm)); }

.tp-phone-badge {
  position: absolute;
  left: -24px;
  bottom: 36px;
  max-width: 240px;
  background: #fff;
  border: 1px solid var(--tp-border);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(20, 22, 28, .14);
  display: flex; align-items: center; gap: 10px;
}
.tp-phone-badge-ico {
  width: 34px; height: 34px; border-radius: 9px; background: var(--tp-brand-tint);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.tp-phone-badge-num { font: 800 17px 'Outfit', 'Noto Sans JP', sans-serif; color: var(--tp-ink); line-height: 1.1; }
.tp-phone-badge-label { font: 600 11px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin-top: 4px; }

@media (max-width: 640px) {
  .tp-phone-badge { left: 0; }
}

/* ============================= STATS BAR ============================= */
.tp-stats {
  background: var(--tp-muted);
  border-top: 1px solid var(--tp-border);
  border-bottom: 1px solid var(--tp-border);
  padding: 28px 0;
}
@media (min-width: 1024px) { .tp-stats { padding: 40px 0; } }
.tp-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 768px) { .tp-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.tp-stat { text-align: center; }
.tp-stat-value {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
@media (min-width: 1024px) { .tp-stat-value { font-size: 32px; } }
.tp-stat-label { font: 600 13px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin-top: 4px; }

/* ============================= CAMPAIGN CTA ============================= */
.tp-campaign-box {
  position: relative;
  background: var(--tp-ink);
  border-radius: 26px;
  padding: 40px 32px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 640px) { .tp-campaign-box { padding: 40px 48px; } }
@media (min-width: 1024px) { .tp-campaign-box { padding: 56px; } }
.tp-campaign-deco {
  position: absolute; top: -80px; left: -80px; width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 53, 132, .45), rgba(193, 53, 132, 0) 70%);
}
.tp-campaign-inner { position: relative; }
.tp-campaign-tag {
  display: inline-block; background: #fff; color: var(--tp-ink);
  font: 700 12px 'Noto Sans JP'; padding: 6px 18px; border-radius: 20px; margin-bottom: 18px;
}
.tp-campaign-title {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 14px;
}
@media (min-width: 1024px) { .tp-campaign-title { font-size: 32px; } }
.tp-campaign-sub { font: 500 15px 'Noto Sans JP'; color: rgba(255, 255, 255, .75); margin: 0 0 28px; }
.tp-campaign-box .tp-btn { padding: 16px 40px; border-radius: 9px; }

/* ============================= PAIN POINTS ============================= */
.tp-pain { background: #fff; border-top: 1px solid #ededea; }
.tp-pain .tp-h2 { margin-bottom: 26px; }
.tp-pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) { .tp-pain-grid { grid-template-columns: repeat(2, 1fr); } }
.tp-pain-item {
  display: flex; align-items: center; gap: 14px;
  background: var(--tp-muted); border: 1px solid var(--tp-border); border-radius: 12px; padding: 18px 20px;
  font: 600 15px 'Noto Sans JP'; color: #2a2a28;
}
.tp-pain-ico {
  width: 28px; height: 28px; border-radius: 50%; background: var(--tp-ink); color: #fff;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.tp-pain-resolve {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 18px;
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 28px 0 0; text-align: center;
}
@media (min-width: 1024px) { .tp-pain-resolve { font-size: 22px; } }

/* ============================= FEATURES ============================= */
.tp-features { background: var(--tp-muted); }
.tp-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) { .tp-features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tp-features-grid { grid-template-columns: repeat(4, 1fr); } }
.tp-feature-card {
  background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; padding: 26px;
  box-shadow: 0 1px 3px rgba(20, 22, 28, .04);
}
.tp-feature-title { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 17px; font-weight: 800; color: var(--tp-ink); margin-bottom: 10px; }
.tp-feature-body { font: 400 13.5px/1.75 'Noto Sans JP'; color: var(--tp-ink-soft); margin: 0; }

/* ============================= PRODUCTS QUICK ============================= */
.tp-products-quick { background: #fff; }
.tp-products-quick .tp-h2 { margin-bottom: 30px; }
.tp-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}
@media (min-width: 1024px) { .tp-shortcuts-grid { grid-template-columns: repeat(4, 1fr); } }
.tp-shortcut-card {
  border: 1px solid var(--tp-border); border-radius: 22px; padding: 18px; background: #fff;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 1px 3px rgba(20, 22, 28, .05);
}
.tp-shortcut-card:hover { border-color: var(--tp-brand); }
.tp-shortcut-ico { aspect-ratio: 1 / 1; border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tp-shortcut-ico img { width: 100%; height: 100%; object-fit: contain; }
.tp-shortcut-name { font: 700 14px/1.4 'Noto Sans JP'; color: #222; }
.tp-shortcut-price { display: flex; align-items: baseline; gap: 1px; font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 21px; font-weight: 800; color: var(--tp-ink); }

.tp-sns-anchors { display: flex; gap: 12px; flex-wrap: wrap; }
a.tp-sns-anchor {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--tp-border); border-radius: 17px; padding: 12px 22px; background: var(--tp-muted);
  font: 700 14px 'Noto Sans JP'; color: #2a2a28;
}
a.tp-sns-anchor:hover { border-color: var(--tp-brand); color: #2a2a28; }
.tp-sns-anchor-ico {
  width: 32px; height: 32px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; flex: none;
}

/* ============================= SAFETY ============================= */
.tp-safety { background: var(--tp-muted); }
.tp-safety .tp-h2 { margin-bottom: 30px; }
.tp-safety-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 640px) { .tp-safety-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tp-safety-grid { grid-template-columns: repeat(3, 1fr); } }
.tp-reason-card {
  background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; padding: 24px;
  box-shadow: 0 1px 3px rgba(20, 22, 28, .04);
}
.tp-reason-no {
  width: 40px; height: 40px; border-radius: 17px;
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm)); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 17px; font-weight: 800; margin-bottom: 14px;
}
.tp-reason-title { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 700; margin: 0 0 8px; color: var(--tp-ink); }
.tp-reason-body { font: 400 13px/1.75 'Noto Sans JP'; color: var(--tp-ink-soft); margin: 0; }
.tp-trust-card {
  background: var(--tp-ink); border-radius: 22px; padding: 24px;
  display: flex; flex-direction: column; justify-content: center; gap: 14px;
}
.tp-trust-item { display: flex; align-items: center; gap: 10px; color: #fff; font: 700 14px 'Noto Sans JP'; }
a.tp-safety-link {
  max-width: 760px; margin: 24px auto 0; display: flex; align-items: center; justify-content: center; gap: 12px;
  background: #fff; border: 1.5px solid var(--tp-ink); color: var(--tp-ink); text-align: center;
  font: 700 15px 'Noto Sans JP'; padding: 18px 24px; border-radius: 17px;
}
a.tp-safety-link:hover { background: var(--tp-ink); color: #fff; }
.tp-safety-link span { font: 700 17px 'Noto Sans JP'; flex: none; }

/* ============================= SNS SECTIONS ============================= */
.tp-sns-section { border-top: 1px solid #ededea; }
.tp-sns-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font: 700 12px 'Noto Sans JP'; padding: 7px 16px; border-radius: 20px; margin-bottom: 14px;
}
.tp-sns-new {
  background: rgba(255, 255, 255, .7); border-radius: 999px; padding: 1px 8px;
  font: 800 10px 'Noto Sans JP'; letter-spacing: .05em;
}
.tp-sns-heading { font-size: 20px; margin-bottom: 10px; }
@media (min-width: 1024px) { .tp-sns-heading { font-size: 26px; } }
.tp-sns-lead { font: 500 15px/1.7 'Noto Sans JP'; color: #55554f; margin: 0 0 32px; max-width: 680px; }

.tp-genre { margin-bottom: 30px; }
.tp-genre-h3 {
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 18px; font-weight: 800; color: var(--tp-ink); margin: 0 0 16px;
  padding-left: 14px;
  border-width: 0 0 0 4px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: solid;
}
.tp-genre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 1024px) { .tp-genre-grid { grid-template-columns: repeat(4, 1fr); } }
.tp-genre-card {
  border: 1px solid var(--tp-border); border-radius: 22px; padding: 16px; background: #fff;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 1px 3px rgba(20, 22, 28, .05);
}
.tp-genre-card:hover { border-color: var(--tp-brand); }
.tp-genre-card-ico { aspect-ratio: 1 / 1; border-radius: 9px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tp-genre-card-ico img { width: 100%; height: 100%; object-fit: contain; }
.tp-genre-card-name { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 14.5px; line-height: 1.5; font-weight: 700; margin: 0; color: var(--tp-ink); }
.tp-genre-card-price { display: flex; align-items: baseline; gap: 1px; font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 19px; font-weight: 800; color: var(--tp-ink); }

.tp-sns-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 6px; }
.tp-sns-cta-link {
  display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px;
  font: 700 14px 'Noto Sans JP'; border-bottom: 2px solid var(--tp-border); padding-bottom: 2px;
  text-align: center;
}
.tp-sns-cta-badge { font: 700 11px 'Noto Sans JP'; color: #fff; padding: 3px 10px; border-radius: 20px; flex: none; white-space: nowrap; }
.tp-sns-cta-link > svg,
.tp-sns-cta-link > span:last-child { flex: none; }

/* ============================= REVIEWS ============================= */
.tp-reviews { background: #fff; }
.tp-reviews .tp-h2 { margin-bottom: 30px; }
.tp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) { .tp-reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.tp-review-card { border: 1px solid var(--tp-border); border-radius: 22px; padding: 26px; background: var(--tp-muted); }
.tp-review-stars { font: 700 16px 'Noto Sans JP'; color: var(--tp-brand); letter-spacing: 3px; margin-bottom: 14px; }
.tp-review-body { font: 500 14px/1.85 'Noto Sans JP'; color: var(--tp-foreground); margin: 0 0 20px; }
.tp-review-who { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--tp-border); }
.tp-review-initial {
  width: 38px; height: 38px; border-radius: 50%; background: var(--tp-brand-tint); color: var(--tp-brand-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 14px; font-weight: 700; flex: none;
}
.tp-review-name { font: 700 13px 'Noto Sans JP'; color: var(--tp-ink); }
.tp-review-more { text-align: center; margin-top: 26px; }
.tp-review-more a {
  display: inline-block; border: 1.5px solid var(--tp-border); border-radius: 10px;
  padding: 12px 36px; font: 700 14px 'Noto Sans JP'; color: var(--tp-foreground);
}
.tp-review-more a:hover { border-color: var(--tp-ink); }
.tp-review-source { text-align: right; font: 400 12px 'Noto Sans JP'; color: var(--tp-muted-foreground); margin: 16px 0 0; }

/* ============================= FAQ ============================= */
.tp-faq { background: var(--tp-muted); }
.tp-faq .tp-h2 { margin-bottom: 26px; }
.tp-faq-list { max-width: 820px; display: flex; flex-direction: column; gap: 10px; }
.tp-faq-item { background: #fff; border: 1px solid var(--tp-border); border-radius: 17px; overflow: hidden; }
.tp-faq-question {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 20px 24px; text-align: left; font-family: inherit;
}
.tp-faq-left { display: flex; align-items: center; gap: 14px; }
.tp-faq-badge {
  width: 26px; height: 26px; border-radius: 7px;
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm)); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 13px; font-weight: 700; flex: none;
}
.tp-faq-q-text { font: 700 15px 'Noto Sans JP'; color: var(--tp-ink); }
.tp-faq-toggle-ico { flex: none; width: 20px; height: 20px; position: relative; }
.tp-faq-toggle-ico::before, .tp-faq-toggle-ico::after {
  content: ''; position: absolute; top: 50%; left: 50%; background: var(--tp-muted-foreground);
  transform: translate(-50%, -50%);
}
.tp-faq-toggle-ico::before { width: 14px; height: 2px; }
.tp-faq-toggle-ico::after { width: 2px; height: 14px; transition: transform .15s ease; }
.tp-faq-question[aria-expanded="true"] .tp-faq-toggle-ico::after { transform: translate(-50%, -50%) scaleY(0); }

.tp-faq-answer {
  display: none;
  font: 400 13.5px/1.8 'Noto Sans JP'; color: var(--tp-ink-soft);
  padding: 0 24px 20px 64px;
}
.tp-faq-answer.is-open { display: block; }

/* ============================= HOW TO ============================= */
.tp-howto { background: #fff; }
.tp-howto .tp-h2 { margin-bottom: 30px; }
.tp-howto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) { .tp-howto-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tp-howto-grid { grid-template-columns: repeat(4, 1fr); } }
.tp-howto-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(115deg, var(--tp-brand), var(--tp-brand-warm)); color: #fff;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 18px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.tp-howto-title { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 16px; font-weight: 700; margin: 0 0 6px; color: var(--tp-ink); }
.tp-howto-body { font: 400 13px/1.7 'Noto Sans JP'; color: var(--tp-ink-soft); margin: 0; }
