/* =========================================================
   SalesData LP - Crafted Japanese Web Edition
   ========================================================= */

:root {
  /* Emerald palette - more refined / muted */
  --emerald-50: #f1faf5;
  --emerald-100: #dcf5e7;
  --emerald-200: #b6e8cd;
  --emerald-300: #87d6ad;
  --emerald-400: #4ec089;
  --emerald-500: #1fa467;
  --emerald-600: #138a55;
  --emerald-700: #0e6f46;
  --emerald-800: #0a5538;
  --emerald-900: #07412c;
  --emerald-950: #042a1c;

  --brush: #0e6f46;
  --accent: #1fa467;
  /* Accent palette (差し色) */
  --gold: #f6c343;        /* 黄色のアクセント */
  --gold-soft: #fff4cf;
  --coral: #ff7a59;       /* オレンジ寄りの差し色 */
  --coral-soft: #ffe1d7;
  --navy: #0c1f3a;        /* 深い紺 */
  --paper-warm: #fbf8ef;  /* 温かみのある背景 */

  /* Ink - paper-friendly neutral */
  --ink-900: #1a201d;
  --ink-800: #232a26;
  --ink-700: #353e39;
  --ink-600: #4d5953;
  --ink-500: #6f7c75;
  --ink-400: #97a39c;
  --ink-300: #c0c9c4;
  --ink-200: #dfe5e1;
  --ink-100: #ecefeb;
  --ink-50: #f5f7f3;
  --white: #ffffff;

  /* Paper */
  --paper: #faf8f3;          /* hero paper warm */
  --paper-2: #f3efe6;
  --paper-line: #e7e1d4;

  --bg: #ffffff;
  --bg-soft: #faf8f3;
  --bg-mute: #f4efe5;

  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 26px;
  --radius-2xl: 32px;

  --shadow-sm: 0 1px 2px rgba(20, 30, 25, 0.04), 0 2px 6px rgba(20, 30, 25, 0.04);
  --shadow-md: 0 4px 14px rgba(20, 30, 25, 0.06), 0 10px 30px rgba(20, 30, 25, 0.06);
  --shadow-lg: 0 12px 36px rgba(20, 30, 25, 0.08), 0 26px 70px rgba(20, 30, 25, 0.10);
  --shadow-xl: 0 24px 70px rgba(20, 30, 25, 0.12), 0 50px 110px rgba(20, 30, 25, 0.10);
  --shadow-emerald: 0 20px 50px -10px rgba(31, 164, 103, 0.32);

  --container: 1140px;
  --header-h: 70px;

  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-serif-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-hand-jp: "Klee One", "Noto Sans JP", sans-serif;
  --font-hand-en: "Caveat", "Klee One", cursive;
  --font-en: "Inter", -apple-system, sans-serif;
}

/* ============== Reset ============== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-jp);
  font-feature-settings: "palt";
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.85;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.45; letter-spacing: 0.01em; font-weight: 700; }
p { margin: 0; }

.container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
.section { padding: 130px 0; position: relative; }
.sp-only { display: none; }
.pc-only { display: inline; }

::selection { background: var(--emerald-200); color: var(--emerald-900); }

/* ============== Typography accents ============== */
.serif { font-family: var(--font-jp); font-weight: 800; letter-spacing: 0.01em; }
.handwriting { font-family: var(--font-hand-en); color: var(--brush); }

/* Brush mark - 手書き風アンダーライン */
.brush-mark {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
}
.brush-mark::after {
  content: "";
  position: absolute;
  left: -0.1em; right: -0.1em;
  bottom: -0.08em;
  height: 0.38em;
  background: var(--emerald-200);
  z-index: -1;
  transform: skewX(-6deg) rotate(-1.2deg);
  border-radius: 999px 999px 999px 999px / 80% 80% 80% 80%;
  opacity: 0.85;
}
.brush-mark.light::after {
  background: rgba(110, 231, 183, 0.32);
}

/* Brush circle - 丸で囲む */
.brush-circle {
  position: relative;
  font-style: normal;
  padding: 0 0.18em;
  display: inline-block;
}
.brush-circle::before {
  content: "";
  position: absolute;
  inset: -0.18em -0.05em -0.16em -0.05em;
  border: 2.4px solid var(--brush);
  border-radius: 50%;
  transform: rotate(-3deg) scale(1.05, 1.2);
  pointer-events: none;
  opacity: 0.85;
}

/* Hero underline - waved hand drawn line */
.hero-underline {
  position: relative;
  display: inline-block;
}
.hero-underline::after {
  content: "";
  position: absolute;
  left: -4px; right: -4px; bottom: -10px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M2 6 C 30 1 50 9 80 4 C 110 -1 140 8 170 4 C 185 2 195 6 198 5' stroke='%231fa467' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* hand line - in section heads */
.hand-line {
  position: relative;
  display: inline-block;
  font-family: var(--font-hand-jp);
  font-weight: 600;
}
.hand-line::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: -6px;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 6' preserveAspectRatio='none'%3E%3Cpath d='M2 4 C 60 1 120 6 198 3' stroke='%231fa467' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* hand arrow */
.hand-arrow {
  position: absolute;
  right: -20px; top: -22px;
  width: 60px; height: 60px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M8 50 C 20 30 30 20 50 14 M 50 14 L 40 10 M 50 14 L 46 24' stroke='%230e6f46' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.7;
}

/* ============== Announce Bar ============== */
.announce-bar {
  background: linear-gradient(90deg, var(--emerald-950) 0%, var(--emerald-800) 50%, var(--emerald-950) 100%);
  color: #dcf5e7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
}
.announce-track {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  padding-left: 100%;
  align-items: center;
}
.announce-track strong { color: #fff; font-weight: 700; }
.announce-track .ann-dot {
  width: 4px; height: 4px;
  background: var(--emerald-400);
  border-radius: 999px;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============== Header ============== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  /* nowrap: ロゴ / ナビ / 右側CTAが絶対に縦に折り返さないようにする。
     幅が足りないときはモバイル用ハンバーガーに切り替える (下のメディアクエリ参照)。 */
  display: flex; align-items: center; flex-wrap: nowrap; gap: 28px;
  padding: 18px max(20px, calc((100vw - var(--container)) / 2 + 20px));
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-header[data-scrolled="true"] {
  box-shadow: 0 6px 22px rgba(20, 30, 25, 0.05);
  border-bottom-color: var(--ink-100);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-image { padding: 2px 0; }
.brand-image img {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
}
.brand-image-dark img {
  height: 60px;
}

@media (max-width: 760px) {
  .brand-image img { height: 44px; }
  .brand-image-dark img { height: 48px; }
}
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(31, 164, 103, 0.4), inset 0 1px 0 rgba(255,255,255,0.4);
}
.brand-mark svg { width: 20px; height: 20px; }
.brand-text {
  font-size: 19px;
  font-family: var(--font-jp);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink-900);
}

.site-nav {
  display: flex;
  gap: 2px;
  margin-left: 8px;
  /* PC幅でリンクが縦折りせず1行に保つ */
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
.site-nav a {
  padding: 8px 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-700);
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
  /* リンク文字自体は折り返さない */
  white-space: nowrap;
}
.site-nav a:hover { color: var(--emerald-700); background: var(--emerald-50); }

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  /* 右側CTAは絶対に縮まない・改行しない */
  flex-shrink: 0;
  white-space: nowrap;
}

/* Buttons */
.solid-button, .outline-button, .ghost-button, .mini-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.22s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  font-family: var(--font-jp);
  letter-spacing: 0.04em;
}
.solid-button {
  padding: 11px 22px;
  font-size: 13.5px;
  color: #fff;
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--emerald-700) 100%);
  box-shadow: 0 8px 22px -6px rgba(31, 164, 103, 0.55), inset 0 1px 0 rgba(255,255,255,0.2);
}
.solid-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(31, 164, 103, 0.65); }
.solid-button.large { padding: 17px 30px; font-size: 14.5px; }
.solid-button.white {
  background: #fff;
  color: var(--emerald-800);
  box-shadow: 0 10px 26px -8px rgba(0,0,0,0.25);
}
.solid-button.white:hover { color: var(--emerald-900); box-shadow: 0 16px 36px -10px rgba(0,0,0,0.32); }
.solid-button.block { display: flex; width: 100%; }

.outline-button {
  padding: 10px 20px;
  font-size: 13.5px;
  color: var(--ink-900);
  background: #fff;
  border: 1.5px solid var(--ink-200);
}
.outline-button:hover { border-color: var(--emerald-500); color: var(--emerald-700); transform: translateY(-2px); }
.outline-button.large { padding: 16px 28px; font-size: 14.5px; }
.outline-button.light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.outline-button.light:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: #fff; }
.outline-button.block { display: flex; width: 100%; }

.ghost-button {
  padding: 9px 14px;
  font-size: 13px;
  color: var(--ink-700);
}
.ghost-button:hover { color: var(--emerald-700); background: var(--emerald-50); }

.mini-button {
  padding: 9px 16px; font-size: 12.5px;
  background: var(--ink-900); color: #fff;
}
.mini-button:hover { background: var(--emerald-700); transform: translateY(-1px); }

.nav-toggle { display: none; }

/* ============== Header — タブレット幅 (中間サイズ) でハンバーガー化 ==============
   PCナビは「機能 / 活用ステップ / 選ばれる理由 / ユースケース / プランを相談 / FAQ」
   と項目が多く、ロゴ + 右側CTA も含めると ~1000px 必要。
   760px 以下しかハンバーガーにしないと、761〜1000px 付近で 2 行に折り返して
   レイアウトが歪んだので、1024px 以下はモバイル相当のハンバーガーに切り替える。
   下の @media (max-width: 760px) ブロックでもまとめて指定されている設定を
   そのまま 1024px まで前倒し適用する。 */
@media (max-width: 1024px) {
  .site-header { padding: 14px 20px; gap: 12px; }
  .site-nav {
    position: fixed;
    top: var(--header-h); left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 30px 24px;
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    align-items: stretch;
    gap: 6px;
  }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 16px; font-size: 16px; }
  .header-actions { gap: 6px; }
  .header-actions .ghost-button { display: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 4px;
    width: 36px; height: 36px;
    align-items: center; justify-content: center;
    background: var(--emerald-50);
    border-radius: 10px;
    /* brand と nav-toggle の間に空きを作ることで、
       nav-toggle と header-actions の組が右端にくっつく。 */
    margin-left: auto;
  }
  .nav-toggle span { display: block; width: 16px; height: 2px; background: var(--ink-900); border-radius: 2px; transition: transform 0.3s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  /* header-actions に margin-left: auto を付けるとブランド〜ハンバーガー間ではなく
     ハンバーガー〜CTA 間に余白が出来てしまうため、ここでは付けない (nav-toggle 側で右寄せ済み)。 */
  .header-actions { margin-left: 0; }
  /* 中間幅では右側CTAボタンとロゴを少しコンパクトに */
  .header-actions .solid-button { padding: 10px 18px; font-size: 13px; }
  .brand-image img { height: 48px; }
  .brand-image-dark img { height: 52px; }
}

/* ============== Hero ============== */
.hero {
  position: relative;
  padding: 110px 0 150px;
  background: var(--paper);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.hero > .container { position: relative; z-index: 2; }
.paper-noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.05  0 0 0 0 0.04  0 0 0 0 0.02  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  opacity: 0.55;
  mix-blend-mode: multiply;
}
.paper-noise.dark {
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(20, 30, 25, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 30, 25, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  opacity: 0.7;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}
.blob-1 { width: 460px; height: 460px; background: radial-gradient(circle, var(--emerald-200), transparent 65%); top: -120px; right: -80px; }
.blob-2 { width: 380px; height: 380px; background: radial-gradient(circle, var(--emerald-100), transparent 65%); bottom: -40px; left: -100px; opacity: 0.6; }
.blob-3 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(246, 195, 67, 0.55), transparent 65%);
  top: 40%; left: 38%;
  opacity: 0.4;
  animation: blobFloat 10s ease-in-out infinite;
}
@keyframes blobFloat {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(-30px, 24px); }
}

/* Hero 装飾英文字(裏側に大きく) */
.hero-deco-word {
  position: absolute;
  font-family: var(--font-en);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(31, 164, 103, 0.14);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hero-deco-word-1 {
  top: 6%; left: -2%;
  font-size: clamp(120px, 18vw, 240px);
}
.hero-deco-word-2 {
  bottom: 18%; right: -2%;
  font-size: clamp(100px, 16vw, 220px);
  color: rgba(246, 195, 67, 0.18);
  -webkit-text-stroke: 0;
}

/* Hero 角の装飾アスタリスク */
.hero-aster {
  position: absolute;
  font-family: "Caveat", serif;
  font-weight: 700;
  font-size: 72px;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  animation: spinSlow 18s linear infinite;
  transform-origin: center;
}
.hero-aster-1 {
  top: 14%; left: 6%;
  color: var(--gold);
  opacity: 0.85;
}
.hero-aster-2 {
  bottom: 22%; right: 8%;
  color: var(--emerald-500);
  opacity: 0.75;
  font-size: 56px;
  animation-direction: reverse;
}

/* Hero 右上の矢印 */
.hero-arrow {
  position: absolute;
  top: 16%; right: 14%;
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 700;
  color: var(--coral);
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  animation: arrowDrift 4s ease-in-out infinite;
}
@keyframes arrowDrift {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(8px, -8px); }
}

@media (max-width: 760px) {
  .hero-deco-word-1, .hero-deco-word-2 { font-size: clamp(80px, 22vw, 140px); }
  .hero-aster { font-size: 44px; }
  .hero-arrow { font-size: 40px; top: 10%; right: 8%; }
}
@media (prefers-reduced-motion: reduce) {
  .blob-3, .hero-aster, .hero-arrow { animation: none; }
}

/* =========================================================
   CARD ACCENT — カードの差し色バリエーション
   ========================================================= */
/* カードの角に小さい "✱" マーク */
.usecase-card::after,
.case-card::after {
  content: "✱";
  position: absolute;
  top: 12px; right: 14px;
  font-family: "Caveat", serif;
  font-size: 22px;
  color: var(--emerald-300);
  opacity: 0.55;
  pointer-events: none;
  transition: transform 0.4s ease, color 0.3s ease;
}
.usecase-card:hover::after,
.case-card:hover::after {
  transform: rotate(180deg) scale(1.2);
  color: var(--gold);
  opacity: 1;
}

/* CTA ボタンに金色のキラっとアクセント */
.solid-button {
  position: relative;
}
.solid-button .deco-aster-tiny {
  position: absolute;
  top: -8px; right: -6px;
  width: 24px; height: 24px;
  background: var(--gold);
  color: var(--ink-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(246, 195, 67, 0.5);
  transform: rotate(15deg);
  z-index: 3;
  pointer-events: none;
}
.hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%; height: 80px;
  display: block;
}

.hero-inner {
  position: relative; z-index: 2;
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-copy { position: relative; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 14px;
  background: #fff;
  border: 1px solid var(--emerald-200);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--emerald-800);
  box-shadow: 0 4px 14px rgba(31, 164, 103, 0.1);
  margin-bottom: 32px;
}
.badge-jp { font-family: var(--font-jp); font-weight: 700; letter-spacing: 0.04em; }
.pulse-dot {
  width: 7px; height: 7px;
  background: var(--emerald-500);
  border-radius: 999px;
  position: relative;
}
.pulse-dot::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 999px;
  background: var(--emerald-500);
  animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(3); opacity: 0; }
}

.hero-title {
  font-family: var(--font-jp);
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.005em;
  margin-bottom: 32px;
  color: var(--ink-900);
}
.hero-title .line { display: block; }
.num-large {
  font-family: var(--font-en);
  font-weight: 800;
  font-style: italic;
  font-size: 1.15em;
  color: var(--emerald-700);
  margin: 0 0.05em;
  letter-spacing: -0.02em;
}

.hero-lead {
  font-size: 16px;
  color: var(--ink-700);
  line-height: 2;
  margin-bottom: 38px;
  max-width: 540px;
}
.hero-lead strong { color: var(--ink-900); font-weight: 700; }

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.hero-tags { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; color: var(--ink-500); }
.hero-tags li {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-hand-jp);
  font-weight: 600;
}
.hero-tags li::before {
  content: ""; width: 16px; height: 16px;
  background: var(--emerald-100);
  border-radius: 999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-hand {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: var(--brush);
  font-weight: 700;
  transform: rotate(-3deg);
  padding-left: 24px;
}

/* ============== Hero Visual: Dashboard ============== */
.hero-visual { position: relative; z-index: 2; }
.dashboard {
  position: relative;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow:
    0 30px 80px -20px rgba(20, 30, 25, 0.22),
    0 10px 30px -10px rgba(20, 30, 25, 0.08);
  border: 1px solid var(--ink-100);
  overflow: hidden;
  transform: perspective(1500px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.6s ease;
}
.dashboard::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(31, 164, 103, 0.03), transparent 50%);
  pointer-events: none;
}

.dashboard-head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #fafdfb, #f0f5f2);
  border-bottom: 1px solid var(--ink-100);
}
.window-dots { display: flex; gap: 6px; }
.window-dots span {
  width: 11px; height: 11px; border-radius: 999px;
  background: #d8e0dc;
}
.window-dots span:nth-child(1) { background: #fc6058; }
.window-dots span:nth-child(2) { background: #fdbe40; }
.window-dots span:nth-child(3) { background: #34d399; }
.window-title { font-size: 12.5px; color: var(--ink-600); font-weight: 600; font-family: var(--font-hand-jp); }
.window-meta { margin-left: auto; font-size: 11.5px; color: var(--ink-500); font-weight: 600; }

.dashboard-body { padding: 22px; }

.search-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.search-pill {
  font-size: 12.5px; font-weight: 600;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink-700);
  border: 1px solid var(--ink-100);
  display: inline-flex; align-items: center; gap: 6px;
}
.search-pill.highlight {
  background: var(--emerald-50);
  color: var(--emerald-800);
  border-color: var(--emerald-200);
}
.hp-dot { width: 6px; height: 6px; background: var(--emerald-500); border-radius: 999px; box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.2); animation: pulse-small 1.6s ease-out infinite; }
@keyframes pulse-small { 0%, 100% { box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.2);} 50% { box-shadow: 0 0 0 7px rgba(31, 164, 103, 0.06);} }

.result-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 14px;
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  font-size: 12.5px;
  color: var(--ink-600);
}
.result-bar strong {
  font-size: 22px;
  font-family: var(--font-en);
  font-weight: 800;
  color: var(--emerald-700);
  letter-spacing: -0.02em;
}
.result-progress {
  margin-left: auto;
  width: 100px; height: 6px;
  background: var(--ink-100);
  border-radius: 999px;
  overflow: hidden;
}
.result-progress span {
  display: block; width: 78%; height: 100%;
  background: linear-gradient(90deg, var(--emerald-400), var(--emerald-700));
  border-radius: 999px;
  animation: bar 2.6s ease-in-out infinite;
}
@keyframes bar {
  0%, 100% { width: 76%; }
  50% { width: 92%; }
}

.result-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.result-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.result-item:hover { transform: translateX(2px); border-color: var(--emerald-300); box-shadow: 0 6px 16px rgba(31, 164, 103, 0.1); }
.logo-square {
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #fff;
  font-size: 14px;
  font-family: var(--font-en);
  flex-shrink: 0;
}
.logo-square.c1 { background: linear-gradient(135deg, #4ec089, #138a55); }
.logo-square.c2 { background: linear-gradient(135deg, #87d6ad, #1fa467); }
.logo-square.c3 { background: linear-gradient(135deg, #0e6f46, #0a5538); }
.logo-square.c4 { background: linear-gradient(135deg, #138a55, #07412c); }
.result-meta { flex: 1; min-width: 0; }
.result-name { font-size: 13.5px; font-weight: 700; color: var(--ink-900); display: flex; align-items: center; gap: 6px; }
.result-sub { font-size: 11.5px; color: var(--ink-500); margin-top: 2px; }
.tag {
  font-size: 10px; font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
}
.tag.green { background: var(--emerald-100); color: var(--emerald-800); }
.tag.blue { background: #dbeafe; color: #1e40af; }
.result-actions { display: flex; gap: 6px; }
.ico {
  width: 24px; height: 24px;
  background: var(--bg-soft);
  border-radius: 6px;
  position: relative;
}
.ico::before {
  content: ""; position: absolute; inset: 0;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.ico-tel::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.13 1.05.37 2.08.72 3.06a2 2 0 01-.45 2.11L8.09 10.91a16 16 0 006 6l2.02-2.02a2 2 0 012.11-.45c.98.35 2.01.59 3.06.72a2 2 0 011.72 2.03z'/%3E%3C/svg%3E"); }
.ico-mail::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E"); }
.ico-form::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='9' y1='13' x2='15' y2='13'/%3E%3Cline x1='9' y1='17' x2='15' y2='17'/%3E%3C/svg%3E"); }

.dashboard-foot {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 0 0;
  border-top: 1px dashed var(--ink-200);
}
.foot-note { font-size: 11.5px; color: var(--ink-500); margin-left: auto; font-family: var(--font-hand-jp); }

/* Floating chips */
.float-chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 16px 36px -10px rgba(20, 30, 25, 0.18), 0 4px 10px rgba(20, 30, 25, 0.06);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  border: 1px solid var(--ink-100);
  animation: float 4.6s ease-in-out infinite;
}
.chip-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  background: var(--emerald-50);
  color: var(--emerald-700);
  border-radius: 8px;
}
.chip-tel { top: 8%; left: -30px; }
.chip-csv { top: 50%; right: -28px; animation-delay: -1.5s; }
.chip-job { bottom: 6%; left: 8%; animation-delay: -3s; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ============== Trust strip ============== */
.trust-strip {
  background: #fff;
  padding: 32px 0;
  position: relative;
  z-index: 3;
  margin-top: -50px;
}
.trust-bar {
  padding: 24px 32px;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 50px -20px rgba(20, 30, 25, 0.15), 0 4px 10px rgba(20, 30, 25, 0.04);
  border: 1px solid var(--ink-100);
  display: flex; align-items: center; gap: 32px;
  flex-wrap: wrap;
  position: relative;
}
.trust-bar::before {
  content: "";
  position: absolute;
  top: 0; left: 32px; right: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--emerald-500), var(--gold), var(--emerald-500));
  border-radius: 0 0 4px 4px;
}
.trust-bar::after {
  content: "✱";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--ink-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", serif;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(246, 195, 67, 0.45);
  transform: rotate(12deg);
}
.trust-label {
  display: flex; flex-direction: column; gap: 2px;
  flex-shrink: 0;
  position: relative;
  padding-right: 28px;
}
.trust-label::after {
  content: "";
  position: absolute;
  right: 0; top: 10%; bottom: 10%;
  width: 1px;
  background: var(--ink-200);
}
.trust-en {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--emerald-700);
  font-family: var(--font-en);
  text-transform: uppercase;
}
.trust-jp {
  font-family: var(--font-serif-jp);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.04em;
}
.trust-stats { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; flex: 1; justify-content: space-between; }
.trust-stat { display: flex; flex-direction: column; gap: 2px; }
.trust-num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  color: var(--ink-900);
  letter-spacing: -0.025em;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  background-image: linear-gradient(transparent 80%, var(--gold-soft) 80%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.trust-cap { font-size: 11.5px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; }
.trust-divider { width: 1px; height: 28px; background: var(--ink-200); }

/* ============== Logo Marquee ============== */
.logo-section {
  padding: 50px 0 60px;
  background: #fff;
  overflow: hidden;
}
.logo-lead {
  text-align: center;
  font-size: 14px;
  color: var(--ink-500);
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
.logo-track {
  display: flex; gap: 60px;
  animation: marquee 42s linear infinite;
  white-space: nowrap;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-400);
  letter-spacing: 0.02em;
}
.logo-track span { flex-shrink: 0; transition: color 0.3s ease; }
.logo-track:hover span { color: var(--ink-600); }

/* ============== Section Head ============== */
.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 80px;
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--emerald-700);
  margin-bottom: 26px;
  position: relative;
  padding: 0 16px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: var(--emerald-400);
}
.eyebrow::before { right: 100%; }
.eyebrow::after { left: 100%; }
.eyebrow.light {
  color: var(--emerald-300);
}
.eyebrow.light::before, .eyebrow.light::after { background: var(--emerald-400); }

.section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 22px;
  color: var(--ink-900);
}
.section-title.light { color: #fff; }
.section-lead {
  font-size: 15.5px;
  color: var(--ink-600);
  line-height: 2;
  letter-spacing: 0.03em;
}
.section-lead strong { color: var(--ink-900); }

/* ============== Problem ============== */
.problem {
  background: var(--bg-soft);
  position: relative;
}
.problem::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.05  0 0 0 0 0.04  0 0 0 0 0.02  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.problem > .container { position: relative; }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.problem-card {
  position: relative;
  padding: 34px 26px 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--emerald-200); }
.problem-num {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 800;
  color: var(--emerald-700);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 18px;
  position: relative;
}
.problem-num::after {
  content: "";
  display: block;
  width: 28px; height: 2px;
  background: var(--emerald-500);
  margin-top: 10px;
}
.problem-card h3 {
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--ink-900);
  letter-spacing: 0;
}
.problem-card p { font-size: 13.5px; color: var(--ink-600); line-height: 1.95; }
.problem-arrow {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  font-size: 24px;
  color: var(--brush);
  font-weight: 700;
}
.problem-arrow .handwriting { font-size: 26px; transform: rotate(-2deg); }
.problem-arrow svg { animation: arrow-bob 1.6s ease-in-out infinite; }
@keyframes arrow-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ============== Before / After ============== */
.ba { background: #fff; }
.ba-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: stretch;
}
.ba-card {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.ba-card.before {
  background: var(--bg-soft);
}
.ba-card.after {
  background: linear-gradient(180deg, #fff, #f1faf5);
  border-color: var(--emerald-200);
  box-shadow: var(--shadow-emerald);
}
.ba-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.ba-card.before .ba-label { background: #fee2e2; color: #b91c1c; }
.ba-card.after .ba-label { background: var(--emerald-100); color: var(--emerald-800); }
.ba-card h3 {
  font-family: var(--font-jp);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 22px;
  color: var(--ink-900);
  letter-spacing: 0;
}
.ba-card ul { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.ba-card li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px;
  color: var(--ink-700);
  line-height: 1.85;
}
.ba-x, .ba-check {
  width: 20px; height: 20px;
  flex-shrink: 0;
  border-radius: 999px;
  margin-top: 4px;
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.ba-x {
  background-color: #fee2e2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b91c1c' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.ba-check {
  background-color: var(--emerald-100);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.ba-time {
  font-size: 13px;
  font-family: var(--font-hand-jp);
  font-weight: 600;
  color: var(--ink-600);
  padding-top: 16px;
  border-top: 1px dashed var(--ink-200);
}
.ba-card.before .ba-time strong { color: #b91c1c; font-size: 18px; font-family: var(--font-en); }
.ba-card.after .ba-time strong { color: var(--emerald-700); font-size: 18px; font-family: var(--font-en); }
.ba-mid {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  color: var(--brush);
}
.ba-arrow {
  width: 80px;
  background: var(--emerald-50);
  border-radius: 999px;
  padding: 14px 10px;
  color: var(--emerald-700);
}
.ba-mid .handwriting { font-size: 22px; transform: rotate(-3deg); }

/* ============== Features ============== */
.features { background: #fff; }
.feature-stack { display: flex; flex-direction: column; gap: 90px; }
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  align-items: center;
}
.feature-block.reverse { direction: rtl; }
.feature-block.reverse > * { direction: ltr; }
.feature-num {
  display: inline-flex; align-items: baseline; gap: 12px;
  margin-bottom: 22px;
}
.feature-num .serif {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 13px;
  color: var(--emerald-700);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.feature-num .num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  color: var(--emerald-700);
  letter-spacing: -0.02em;
  line-height: 1;
}
.feature-num::after {
  content: ""; width: 40px; height: 2px;
  background: var(--emerald-500);
  align-self: center;
}
.feature-text h3 {
  font-family: var(--font-jp);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin-bottom: 22px;
  color: var(--ink-900);
}
.feature-text > p {
  font-size: 15px;
  color: var(--ink-600);
  line-height: 2;
  margin-bottom: 24px;
}
.feature-text > p strong { color: var(--ink-900); font-weight: 700; }
.feature-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px;
  color: var(--ink-700);
  font-weight: 500;
}
.check {
  width: 22px; height: 22px;
  border-radius: 999px;
  background: var(--emerald-100);
  position: relative;
  flex-shrink: 0;
  margin-top: 3px;
}
.check::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-tip {
  display: inline-block;
  padding: 10px 18px;
  background: var(--emerald-50);
  border-left: 3px solid var(--emerald-500);
  color: var(--emerald-900);
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
  font-family: var(--font-hand-jp);
}

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--emerald-700);
  transition: gap 0.25s ease;
}
.link-arrow:hover { gap: 12px; }

.feature-visual { position: relative; }

/* Filter card */
.filter-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
}
.filter-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(31,164,103,0.04), transparent 60%);
  pointer-events: none;
}
.filter-card-head {
  padding: 18px 22px;
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-800);
  border-bottom: 1px solid var(--ink-100);
  background: var(--bg-soft);
}
.filter-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px;
  border-bottom: 1px solid var(--ink-100);
  font-size: 13.5px;
  color: var(--ink-600);
}
.filter-row span:first-child { font-weight: 600; color: var(--ink-700); }
.filter-val { font-weight: 700; color: var(--ink-900); }
.filter-toggle {
  padding: 4px 12px;
  background: var(--ink-100);
  color: var(--ink-500);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.filter-toggle.on { background: var(--emerald-100); color: var(--emerald-800); }
.filter-card-foot {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700);
  background: linear-gradient(135deg, var(--emerald-50), #fff);
  display: flex; align-items: center; gap: 10px;
}
.filter-card-foot strong {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  color: var(--emerald-700);
  letter-spacing: -0.02em;
}
.dot-pulse {
  width: 8px; height: 8px;
  background: var(--emerald-500);
  border-radius: 999px;
  position: relative;
}
.dot-pulse::after {
  content: ""; position: absolute; inset: 0;
  background: var(--emerald-500); border-radius: 999px;
  animation: pulse 1.8s ease-out infinite;
}
.feat-hand {
  display: block;
  position: absolute;
  bottom: -34px; right: 0;
  font-size: 20px;
  color: var(--brush);
  transform: rotate(-3deg);
}

/* Job card */
.job-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-md);
  padding: 24px;
  position: relative;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}
.job-card:hover { transform: translateY(-4px); }
.job-card.secondary { opacity: 0.95; transform: scale(0.96); margin-left: 30px; }
.job-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.job-tag {
  padding: 4px 10px;
  background: var(--emerald-100);
  color: var(--emerald-800);
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
}
.job-meta { font-size: 11.5px; color: var(--ink-500); font-weight: 600; font-family: var(--font-hand-jp); }
.job-card h4 { font-family: var(--font-jp); font-weight: 800; font-size: 17px; margin-bottom: 4px; color: var(--ink-900); }
.job-sub { font-size: 12.5px; color: var(--ink-500); margin-bottom: 14px; }
.job-roles { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.job-roles span {
  padding: 5px 11px;
  background: var(--bg-soft);
  border: 1px solid var(--ink-100);
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-700);
}
.job-channels {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  color: var(--emerald-700);
  font-weight: 700;
}
.ch-dot { width: 6px; height: 6px; background: var(--emerald-500); border-radius: 999px; }

/* News list */
.news-list { display: flex; flex-direction: column; gap: 12px; }
.news-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-item:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.news-tag {
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-top: 2px;
}
.news-tag.funding { background: var(--emerald-50); color: var(--emerald-800); }
.news-tag.expand { background: #eff6ff; color: #1d4ed8; }
.news-tag.release { background: #fef3c7; color: #b45309; }
.news-tag.hiring { background: #fce7f3; color: #be185d; }
.news-item h5 { font-family: var(--font-jp); font-weight: 800; font-size: 14px; margin-bottom: 3px; color: var(--ink-900); }
.news-item p { font-size: 12px; color: var(--ink-500); line-height: 1.7; }

/* ============== Steps (Tabbed) ============== */
.steps {
  background: var(--bg-soft);
  position: relative;
}
.steps::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.05  0 0 0 0 0.04  0 0 0 0 0.02  0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.35;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.steps > .container { position: relative; }
.steps-wrap {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.steps-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink-100);
  background: var(--bg-soft);
}
.steps-tabs li { display: contents; }
.step-tab {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 24px;
  text-align: left;
  border-right: 1px solid var(--ink-100);
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}
.steps-tabs li:last-child .step-tab { border-right: none; }
.step-tab-num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  color: var(--ink-300);
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 0.25s ease;
}
.step-tab-label {
  font-family: var(--font-jp);
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink-600);
  line-height: 1.55;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}
.step-tab.active {
  background: #fff;
}
.step-tab.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--emerald-400), var(--emerald-700));
}
.step-tab.active .step-tab-num { color: var(--emerald-700); }
.step-tab.active .step-tab-label { color: var(--ink-900); }
.step-tab:hover .step-tab-num { color: var(--emerald-500); }

.steps-panels { position: relative; }
.step-panel {
  display: none;
  animation: fadein 0.4s ease;
}
.step-panel.active { display: block; }
@keyframes fadein {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.step-content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 60px 64px;
}
.step-meta-en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--emerald-700);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--emerald-400);
}
.step-meta h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.55;
  margin-bottom: 18px;
  color: var(--ink-900);
}
.step-meta p {
  font-size: 14.5px;
  color: var(--ink-600);
  line-height: 2;
  margin-bottom: 22px;
}
.step-meta ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.step-meta li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px;
  color: var(--ink-700);
}
.step-hand {
  display: inline-block;
  font-family: var(--font-hand-en);
  font-size: 22px;
  color: var(--brush);
  transform: rotate(-2deg);
}
.step-mock {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

/* ============== Use Cases ============== */
.usecase { background: #fff; }
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.usecase-card {
  padding: 36px 28px 32px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.usecase-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--emerald-400), var(--emerald-700));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.usecase-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--emerald-200); }
.usecase-card:hover::before { transform: scaleX(1); }
.usecase-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--emerald-100), var(--emerald-50));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--emerald-700);
  margin-bottom: 18px;
}
.usecase-no {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  color: var(--emerald-600);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.usecase-card h3 {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
.usecase-card > p { font-size: 13.5px; color: var(--ink-600); line-height: 1.9; margin-bottom: 18px; }
.usecase-example {
  padding: 12px 14px;
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  font-size: 12px;
  color: var(--ink-700);
  line-height: 1.7;
  border-left: 3px solid var(--emerald-500);
  font-family: var(--font-hand-jp);
}
.usecase-example span {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: var(--emerald-700);
  background: var(--emerald-100);
  padding: 1px 7px;
  border-radius: 4px;
  margin-right: 8px;
  letter-spacing: 0.08em;
  font-family: var(--font-en);
}

/* ============== Difference ============== */
.difference { background: var(--bg-soft); }
.compare-table {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  padding: 20px 32px;
  border-bottom: 1px solid var(--ink-100);
  font-size: 14.5px;
}
.compare-row:last-child { border-bottom: none; }
.compare-row > div:first-child {
  font-family: var(--font-jp);
  font-weight: 700;
  color: var(--ink-800);
  letter-spacing: 0.03em;
}
.compare-other { text-align: center; color: var(--ink-500); }
.compare-self {
  text-align: center;
  background: linear-gradient(180deg, var(--emerald-50), #fff);
  font-weight: 700;
  color: var(--emerald-900);
}
.compare-head { background: var(--ink-900); }
.compare-head > div { color: rgba(255,255,255,0.5); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.compare-head .compare-self { background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700)); color: #fff; }
.compare-head .compare-other { color: rgba(255,255,255,0.5); }
.check-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  font-family: var(--font-jp);
}
.check-mark.ok { background: var(--emerald-50); color: var(--emerald-700); }
.check-mark.ok.strong { background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700)); color: #fff; box-shadow: 0 6px 14px -4px rgba(31,164,103,0.5); }
.check-mark.mid { background: #fef3c7; color: #b45309; }
.check-mark.ng { background: #fee2e2; color: #b91c1c; }

/* ============== Effect (Dark) ============== */
.effect {
  background:
    radial-gradient(ellipse at top, rgba(31, 164, 103, 0.2), transparent 60%),
    linear-gradient(135deg, var(--emerald-950) 0%, #04211a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.effect::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.effect > .container { position: relative; }
.effect .section-head { margin-bottom: 70px; }
.effect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.effect-card {
  padding: 44px 36px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  text-align: center;
}
.effect-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.07);
  border-color: var(--emerald-400);
}
.effect-en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--emerald-300);
  padding: 5px 14px;
  background: rgba(31,164,103,0.15);
  border-radius: 999px;
  margin-bottom: 24px;
}
.effect-num {
  font-family: var(--font-en);
  font-size: clamp(50px, 6.4vw, 80px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #87d6ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 18px;
}
.effect-unit {
  font-size: 0.42em;
  vertical-align: top;
  margin-left: 4px;
  font-style: normal;
}
.effect-card p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.7);
  line-height: 1.9;
}
.effect-card p strong { color: #fff; }
.effect-hand {
  display: block;
  text-align: center;
  font-size: 18px;
  color: rgba(135, 214, 173, 0.85);
}

/* ============== Cases ============== */
.cases { background: #fff; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card {
  padding: 36px 30px 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.case-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 140px;
  background: radial-gradient(circle at top right, rgba(31, 164, 103, 0.06), transparent 70%);
  pointer-events: none;
  opacity: 0;
}
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--emerald-200); }
.case-num {
  display: flex; flex-direction: column;
  position: relative;
}
.case-num-val {
  font-family: var(--font-en);
  font-size: 46px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-800));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.case-num-cap {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--emerald-700);
  margin-top: 6px;
  text-transform: uppercase;
}
.case-card h3 {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-900);
  letter-spacing: 0.03em;
}
.case-meta {
  font-size: 12.5px;
  color: var(--ink-500);
  font-weight: 600;
  font-family: var(--font-hand-jp);
}
.case-body {
  font-size: 13.5px;
  color: var(--ink-700);
  line-height: 1.95;
  flex: 1;
}
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.case-tags span {
  padding: 4px 10px;
  background: var(--emerald-50);
  color: var(--emerald-800);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-hand-jp);
}

/* ============== Voice ============== */
.voice { background: var(--bg-soft); }
.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.voice-card {
  padding: 36px 30px 26px;
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  margin: 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.voice-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.voice-quote {
  position: absolute;
  top: 6px; right: 24px;
  font-family: "Georgia", serif;
  font-size: 90px;
  line-height: 1;
  color: var(--emerald-100);
  font-weight: 700;
  pointer-events: none;
}
.voice-card p {
  font-family: var(--font-jp);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-800);
  line-height: 2.05;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  position: relative;
}
.voice-card footer { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 800;
  font-family: var(--font-en);
}
.avatar.a1 { background: linear-gradient(135deg, #4ec089, #0e6f46); }
.avatar.a2 { background: linear-gradient(135deg, #138a55, #07412c); }
.avatar.a3 { background: linear-gradient(135deg, #1fa467, #0a5538); }
.voice-card footer strong { display: block; font-size: 13.5px; font-weight: 800; color: var(--ink-900); font-family: var(--font-jp); }
.voice-card footer span { font-size: 12px; color: var(--ink-500); }

/* ============== Pricing ============== */
.pricing { background: #fff; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.price-card {
  padding: 40px 32px 36px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-xl);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.highlight {
  border-color: transparent;
  background: linear-gradient(180deg, #fff, #f7fdfa);
  box-shadow: var(--shadow-emerald);
  position: relative;
  transform: scale(1.03);
}
.price-card.highlight::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: var(--radius-xl);
  padding: 2px;
  background: linear-gradient(135deg, var(--emerald-400), var(--emerald-700));
  -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;
}
.badge-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  padding: 6px 16px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px -4px rgba(31,164,103,0.55);
  font-family: var(--font-hand-jp);
}
.badge-trial {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  padding: 6px 16px;
  background: var(--gold, #f6c343);
  color: var(--ink-900);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px -4px rgba(246, 195, 67, 0.55);
  font-family: var(--font-hand-jp);
  z-index: 2;
  white-space: nowrap;
}
.price-card.has-trial {
  border-color: var(--gold, #f6c343);
  box-shadow: 0 10px 30px -10px rgba(246, 195, 67, 0.35);
}
.price-head { margin-bottom: 22px; }
.price-head h3 { font-family: var(--font-jp); font-weight: 900; font-size: 22px; margin-bottom: 6px; color: var(--ink-900); letter-spacing: 0; }
.price-head p { font-size: 13px; color: var(--ink-500); font-family: var(--font-hand-jp); }
.price-amount {
  display: flex; align-items: flex-end; gap: 4px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--ink-200);
  margin-bottom: 26px;
  font-family: var(--font-en);
}
.amount-yen { font-size: 24px; font-weight: 700; color: var(--ink-700); }
.amount-num { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink-900); line-height: 1; }
.amount-num.custom { font-size: 26px; font-family: var(--font-jp); font-weight: 800; }
.amount-unit { font-size: 14px; font-weight: 600; color: var(--ink-500); padding-bottom: 4px; margin-left: 4px; }
.price-list { flex: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.price-list li {
  font-size: 13.5px;
  color: var(--ink-700);
  padding-left: 26px;
  position: relative;
  line-height: 1.7;
}
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 18px; height: 18px;
  background: var(--emerald-100);
  border-radius: 999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230e6f46' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.price-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-500);
  margin-top: 32px;
  font-family: var(--font-hand-jp);
}

/* ============== Download ============== */
.download {
  background:
    radial-gradient(ellipse at top right, rgba(31, 164, 103, 0.16), transparent 60%),
    linear-gradient(135deg, var(--emerald-900) 0%, #042a1c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.download::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}
.download > .container { position: relative; }
.download-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.download-text .section-title { margin-bottom: 22px; }
.download-text > p { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 2; margin-bottom: 28px; }
.download-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.download-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 14.5px;
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  font-family: var(--font-hand-jp);
}
.check-light {
  width: 22px; height: 22px;
  background: var(--emerald-500);
  border-radius: 999px;
  position: relative;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.hand-light {
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
  color: var(--emerald-300);
  transform: rotate(-2deg);
}

.download-visual { position: relative; height: 380px; perspective: 1500px; }
.doc-stack {
  position: relative;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.doc {
  position: absolute;
  width: 280px; height: 360px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
}
.doc-1 {
  z-index: 3;
  padding: 30px;
  transform: rotateZ(-2deg);
  animation: doc-tilt 4s ease-in-out infinite;
}
.doc-2 {
  z-index: 2;
  transform: rotateZ(4deg) translate(28px, 16px);
  background: #ecfdf5;
}
.doc-3 {
  z-index: 1;
  transform: rotateZ(8deg) translate(48px, 30px);
  background: var(--emerald-200);
}
@keyframes doc-tilt {
  0%, 100% { transform: rotateZ(-2deg) translateY(0); }
  50% { transform: rotateZ(-1deg) translateY(-10px); }
}
.doc-head { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.doc-logo {
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
  font-size: 13px;
  font-family: var(--font-en);
}
.doc-brand { font-family: var(--font-jp); font-size: 13px; font-weight: 800; color: var(--ink-900); }
.doc-1 h4 { font-size: 24px; color: var(--ink-900); margin-bottom: 6px; line-height: 1.5; letter-spacing: 0.04em; }
.doc-1 > p { font-size: 11px; color: var(--ink-500); margin-bottom: 32px; font-family: var(--font-en); letter-spacing: 0.05em; }
.doc-bars { display: flex; flex-direction: column; gap: 11px; margin-bottom: 36px; }
.doc-bars span {
  height: 8px; background: var(--ink-100); border-radius: 4px;
}
.doc-bars span:nth-child(1) { width: 92%; background: var(--emerald-200); }
.doc-bars span:nth-child(2) { width: 78%; }
.doc-bars span:nth-child(3) { width: 86%; }
.doc-bars span:nth-child(4) { width: 60%; }
.doc-bars span:nth-child(5) { width: 72%; }
.doc-foot {
  font-family: var(--font-hand-jp);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--emerald-700);
  letter-spacing: 0.08em;
  background: var(--emerald-50);
  padding: 5px 11px;
  border-radius: 6px;
  display: inline-block;
}

/* ============== FAQ ============== */
.faq { background: var(--bg-soft); }
.faq-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--ink-100);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover { border-color: var(--emerald-200); box-shadow: var(--shadow-sm); }
.faq-item[open] {
  border-color: var(--emerald-300);
  box-shadow: 0 8px 22px -6px rgba(31,164,103,0.18);
}
.faq-item summary {
  display: flex; align-items: center; gap: 16px;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 15.5px;
  color: var(--ink-900);
  letter-spacing: 0.03em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q-no {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  color: var(--emerald-700);
}
.faq-q { flex: 1; }
.faq-icon {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--emerald-50);
  border-radius: 999px;
  color: var(--emerald-700);
  position: relative;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.4s ease;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute;
  background: currentColor; border-radius: 999px;
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; transition: transform 0.3s ease; }
.faq-item[open] .faq-icon {
  background: var(--emerald-500);
  color: #fff;
  transform: rotate(180deg);
}
.faq-item[open] .faq-icon::after { transform: rotate(90deg); }

.faq-a { padding: 0 28px 24px; }
.faq-a p { font-size: 14px; color: var(--ink-700); line-height: 2; display: flex; gap: 12px; align-items: flex-start; }
.faq-a-no {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  color: var(--emerald-700);
  line-height: 1.6;
}

/* ============== CTA Final ============== */
.cta-final {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse at top, rgba(135, 214, 173, 0.18), transparent 60%),
    linear-gradient(135deg, #042a1c 0%, var(--emerald-950) 50%, #07412c 100%);
}
.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}
.cta-glow {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(31, 164, 103, 0.32), transparent 60%);
  filter: blur(80px);
}
.cta-final-inner { text-align: center; position: relative; }
.cta-title {
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 900;
  letter-spacing: -0.005em;
  line-height: 1.4;
  margin: 22px 0 22px;
  color: #fff;
}
.cta-final-inner > p {
  font-size: 15.5px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 36px;
  line-height: 1.95;
}
.cta-buttons {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px;
}
.cta-meta {
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  font-family: var(--font-hand-jp);
}
.cta-meta span { display: inline-flex; align-items: center; gap: 8px; }
.dot-green {
  width: 6px; height: 6px;
  background: var(--emerald-400);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(135, 214, 173, 0.18);
}
.cta-hand {
  display: inline-block;
  margin-top: 28px;
  font-size: 22px;
  color: var(--emerald-300);
  transform: rotate(-2deg);
}

/* ============== Footer ============== */
.site-footer {
  background: #0a1410;
  color: rgba(255,255,255,0.65);
  padding: 70px 0 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .brand-text { color: #fff; }
.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.95;
  margin-top: 16px;
  font-family: var(--font-hand-jp);
}
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-cols h5 {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  font-family: var(--font-en);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-cols ul { display: flex; flex-direction: column; gap: 12px; }
.footer-cols a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s ease;
}
.footer-cols a:hover { color: var(--emerald-300); }
/* 運営会社情報 */
.footer-company {
  margin-top: 36px;
  padding: 28px 0 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-company h5 {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  font-family: var(--font-en);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.company-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
.company-dl > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding: 6px 0;
  font-size: 12.5px;
  line-height: 1.7;
}
.company-dl dt {
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.company-dl dd {
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}
@media (max-width: 760px) {
  .company-dl { grid-template-columns: 1fr; gap: 4px; }
  .company-dl > div { grid-template-columns: 1fr; gap: 2px; padding: 8px 0; border-bottom: 1px dashed rgba(255,255,255,0.06); }
  .company-dl > div:last-child { border-bottom: 0; }
}

.footer-bottom {
  padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  flex-wrap: wrap; gap: 12px;
  font-family: var(--font-en);
  letter-spacing: 0.06em;
}
.footer-policy-links {
  display: flex; gap: 22px; flex-wrap: wrap;
}
.footer-policy-links a {
  color: rgba(255,255,255,0.55);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
  font-family: var(--font-jp);
}
.footer-policy-links a:hover { color: #fff; }

/* ============== Reveal animation ============== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .pulse-dot::after, .dot-pulse::after, .float-chip, .doc-1, .announce-track, .logo-track, .result-progress span { animation: none !important; }
}

/* ============== Responsive ============== */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { max-width: 560px; margin: 0 auto; }
  .feature-block { grid-template-columns: 1fr; gap: 40px; }
  .feature-block.reverse { direction: ltr; }
  .effect-grid { grid-template-columns: 1fr; gap: 18px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid, .case-grid, .voice-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.highlight { transform: none; }
  .download-wrap { grid-template-columns: 1fr; gap: 50px; }
  .ba-grid { grid-template-columns: 1fr; gap: 20px; }
  .ba-mid { flex-direction: row; }
  .ba-mid .ba-arrow { transform: rotate(90deg); }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .trust-stats { gap: 16px; }
  .trust-divider { display: none; }
  .steps-tabs { grid-template-columns: repeat(2, 1fr); }
  .step-tab { border-bottom: 1px solid var(--ink-100); }
  .steps-tabs li:nth-child(2) .step-tab { border-right: none; }
  .step-content { grid-template-columns: 1fr; padding: 40px 32px; gap: 32px; }
}

@media (max-width: 760px) {
  .section { padding: 80px 0; }
  .sp-only { display: inline; }
  .pc-only { display: none; }
  .site-header { padding: 12px 20px; gap: 12px; }
  .site-nav {
    position: fixed;
    top: var(--header-h); left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 30px 24px;
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    align-items: stretch;
    gap: 6px;
  }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 16px; font-size: 16px; }
  .header-actions { margin-left: 0; gap: 6px; }
  .header-actions .ghost-button { display: none; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 4px;
    width: 36px; height: 36px;
    align-items: center; justify-content: center;
    background: var(--emerald-50);
    border-radius: 10px;
    /* brand と nav-toggle の間に余白を作って、nav-toggle 〜 CTA を右端に寄せる */
    margin-left: auto;
  }
  .nav-toggle span { display: block; width: 16px; height: 2px; background: var(--ink-900); border-radius: 2px; transition: transform 0.3s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { padding: 70px 0 100px; }
  .hero-title { font-size: 30px; line-height: 1.5; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas a { justify-content: center; }
  .trust-strip { padding: 20px 0; margin-top: 0; }
  .trust-bar { padding: 22px; gap: 18px; flex-direction: column; align-items: flex-start; }
  .trust-label::after { display: none; }
  .trust-label { padding-right: 0; }
  .trust-stats { width: 100%; gap: 16px; }
  .trust-num { font-size: 22px; }
  .float-chip { font-size: 11px; padding: 8px 12px; }
  .chip-tel { top: 6%; left: -14px; }
  .chip-csv { top: 50%; right: -14px; }
  .chip-job { bottom: 4%; left: 0; }
  .dashboard { transform: none; }

  .problem-grid, .usecase-grid, .case-grid, .voice-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card.highlight { transform: none; }
  .compare-row { grid-template-columns: 1.4fr 0.7fr 0.7fr; padding: 14px 18px; font-size: 13px; }
  .compare-row > div:first-child { font-size: 13px; }
  .section-head { margin-bottom: 50px; }
  .cta-title { font-size: 28px; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .steps-tabs { grid-template-columns: 1fr 1fr; }
  .step-content { padding: 28px 22px; }
  .step-tab { padding: 16px 18px; }
  .step-tab-num { font-size: 22px; }
  .step-tab-label { font-size: 12.5px; }
  .hand-arrow { display: none; }
  .ba-mid { display: none; }
}

/* =========================================================
   AI Chat UI / Match Score / Hearing Card  (Hero & Features)
   ========================================================= */

/* AI動作中バッジ in dashboard header */
.ai-pulse {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--emerald-500);
  border-radius: 999px;
  margin-right: 6px;
  box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.18);
  animation: pulse-small 1.4s ease-out infinite;
  vertical-align: middle;
}

/* Chat body */
.dashboard-body.chat {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(180deg, #fafdfb 0%, #ffffff 100%);
}

.chat-msg {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  animation: chat-in 0.5s ease both;
}
.chat-msg.user {
  flex-direction: row-reverse;
}
.chat-msg.ai { animation-delay: 0.05s; }
@keyframes chat-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.ai-avatar {
  width: 28px; height: 28px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(31, 164, 103, 0.35);
}

.chat-bubble {
  padding: 11px 14px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px 14px 14px 4px;
  font-size: 13px;
  color: var(--ink-800);
  line-height: 1.65;
  max-width: 78%;
  box-shadow: 0 4px 14px -8px rgba(20, 30, 25, 0.12);
}
.chat-bubble strong { color: var(--emerald-700); font-weight: 700; }
.chat-bubble p { margin: 0; }
.chat-bubble.user {
  background: linear-gradient(135deg, var(--emerald-600), var(--emerald-800));
  color: #fff;
  border: none;
  border-radius: 14px 14px 4px 14px;
  font-weight: 500;
  box-shadow: 0 6px 16px -6px rgba(7, 65, 44, 0.4);
}

.chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 38px;
  margin-top: -6px;
}
.chat-chips .chip {
  padding: 5px 12px;
  background: #fff;
  border: 1px solid var(--emerald-200);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--emerald-700);
  transition: background 0.2s ease;
}
.chat-chips .chip:hover {
  background: var(--emerald-50);
}
.chat-chips .chip.more {
  border-style: dashed;
  color: var(--ink-500);
  font-family: var(--font-hand-jp);
}

/* AI tasks (progress) */
.ai-tasks {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--ink-200);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ai-task {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--ink-500);
  font-weight: 600;
}
.ai-task-dot {
  width: 12px; height: 12px;
  border-radius: 999px;
  background: var(--ink-100);
  border: 2px solid var(--ink-200);
  flex-shrink: 0;
}
.ai-task.done { color: var(--ink-700); }
.ai-task.done .ai-task-dot {
  background: var(--emerald-500);
  border-color: var(--emerald-500);
  position: relative;
}
.ai-task.done .ai-task-dot::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
.ai-task.working { color: var(--emerald-700); font-weight: 700; }
.ai-task.working .ai-task-dot {
  background: var(--emerald-100);
  border-color: var(--emerald-500);
  animation: ai-spin 1.2s linear infinite;
  position: relative;
}
.ai-task.working .ai-task-dot::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 2px solid transparent;
  border-top-color: var(--emerald-500);
  border-right-color: var(--emerald-500);
}
@keyframes ai-spin {
  to { transform: rotate(360deg); }
}

/* AI result preview card */
.ai-result {
  margin-top: 4px;
  padding: 14px;
  background: linear-gradient(135deg, var(--emerald-50), #fff);
  border: 1px solid var(--emerald-200);
  border-radius: 14px;
}
.ai-result-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--emerald-800);
  margin-bottom: 10px;
}
.ai-result-head strong {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 800;
  color: var(--emerald-700);
  letter-spacing: -0.02em;
}
.ai-result-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  background: var(--emerald-500);
  border-radius: 999px;
  color: #fff;
}
.ai-match-card {
  display: flex; gap: 12px;
  align-items: flex-start;
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--ink-100);
}
.ai-match-meta { flex: 1; min-width: 0; }
.ai-match-name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--ink-900);
  margin-bottom: 4px;
}
.ai-match-tags {
  display: flex; flex-wrap: wrap; gap: 4px;
  margin-bottom: 6px;
}
.m-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
}
.m-tag.green { background: var(--emerald-100); color: var(--emerald-800); }
.ai-match-reason {
  font-size: 11.5px;
  color: var(--ink-600);
  line-height: 1.65;
}
.ai-match-reason .reason-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--emerald-700);
  background: var(--emerald-50);
  padding: 1px 6px;
  border-radius: 4px;
  margin-right: 6px;
  text-transform: uppercase;
}

.match-score {
  flex-shrink: 0;
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 10px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-800));
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 14px -4px rgba(7, 65, 44, 0.4);
}
.score-num {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
}
.score-cap {
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 4px;
  opacity: 0.9;
  text-transform: uppercase;
}

/* ============== Feature 01: Hearing card (chat style) ============== */
.filter-card.chat-card { padding-bottom: 0; }
.chat-card .hear-row {
  display: flex; align-items: baseline; gap: 8px;
  padding: 14px 22px 6px;
}
.chat-card .hear-q {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  color: var(--emerald-700);
}
.chat-card .hear-a {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-800);
}
.chat-card .hear-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding: 0 22px 14px;
  border-bottom: 1px dashed var(--ink-200);
}
.chat-card .hear-chips:last-of-type { border-bottom: none; }
.hc {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ink-200);
  color: var(--ink-700);
}
.hc.on {
  background: var(--emerald-50);
  border-color: var(--emerald-300);
  color: var(--emerald-800);
  font-weight: 700;
}
.hc.x {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
  text-decoration: line-through;
}

/* ============== Feature 03: Score card ============== */
.score-card {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.score-card::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 240px; height: 240px;
  background: radial-gradient(circle at top right, var(--emerald-100), transparent 70%);
  pointer-events: none;
}
.score-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  position: relative;
}
.score-card-head h5 {
  font-family: var(--font-jp);
  font-size: 17px;
  font-weight: 800;
  color: var(--ink-900);
  margin-bottom: 4px;
}
.score-card-head p {
  font-size: 12px;
  color: var(--ink-500);
}
.score-big {
  flex-shrink: 0;
  text-align: center;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-800));
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px -8px rgba(7, 65, 44, 0.5);
  position: relative;
}
.score-big-num {
  display: block;
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 1;
}
.score-big-cap {
  font-family: var(--font-jp);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.9;
  margin-top: 5px;
  display: inline-block;
}

.score-tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 18px;
}
.s-tag {
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  background: var(--emerald-100);
  color: var(--emerald-800);
  border-radius: 999px;
  font-family: var(--font-hand-jp);
}

.score-reason, .score-action {
  margin-top: 14px;
  padding: 14px 16px;
  background: var(--bg-soft);
  border-left: 3px solid var(--emerald-500);
  border-radius: 0 10px 10px 0;
}
.score-reason ul {
  margin-top: 8px;
  display: flex; flex-direction: column; gap: 6px;
}
.score-reason li {
  font-size: 13px;
  color: var(--ink-700);
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.score-reason li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--emerald-500);
  border-radius: 999px;
}
.score-action {
  font-size: 13px;
  color: var(--ink-700);
  line-height: 1.65;
}
.reason-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ink-500);
  background: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
  text-transform: uppercase;
}
.reason-label.green {
  color: var(--emerald-700);
  background: var(--emerald-50);
}

/* Responsive: small fixes */
@media (max-width: 760px) {
  .chat-bubble { max-width: 86%; font-size: 12.5px; }
  .chat-chips { padding-left: 0; }
  .score-card-head { flex-direction: column; align-items: flex-start; }
  .score-big { align-self: flex-start; padding: 8px 12px; }
  .score-big-num { font-size: 30px; }
}

/* =========================================================
   Data Showcase (Product Overview)
   ========================================================= */
.datashow.section { padding: 88px 0 100px; background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); position: relative; }
.datashow.section::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.025 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.datashow-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  margin-top: 56px;
  position: relative;
}
@media (max-width: 1080px) {
  .datashow-grid { grid-template-columns: 1fr; }
}

.ds-card {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.ds-card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 20px;
  background: linear-gradient(180deg, #fbfdfb, #ffffff);
  border-bottom: 1px solid var(--ink-100);
}
.ds-card-head.small {
  padding: 12px 16px;
  justify-content: space-between;
}
.ds-tab {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-500);
  padding: 6px 12px;
  border-radius: 999px;
  background: transparent;
  cursor: default;
  transition: all 0.2s ease;
}
.ds-tab.active {
  background: var(--emerald-50);
  color: var(--emerald-800);
}

.ds-detail-body { padding: 20px 22px 22px; }
.ds-detail-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.ds-logo {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-800));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px -6px rgba(7, 65, 44, 0.4);
  flex-shrink: 0;
}
.ds-detail-top h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink-900);
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.ds-detail-top p {
  font-size: 12px;
  color: var(--ink-500);
  margin-bottom: 8px;
}
.ds-detail-tags {
  display: flex; gap: 5px; flex-wrap: wrap;
}
.dst {
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.03em;
}
.dst.funding { background: #fef3c7; color: #92400e; }
.dst.hiring { background: var(--emerald-100); color: var(--emerald-800); }
.dst.expand { background: #dbeafe; color: #1e40af; }

.ds-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink-100);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 540px) {
  .ds-grid-2 { grid-template-columns: repeat(2, 1fr); }
}
.ds-stat {
  background: var(--bg-soft);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ds-stat-cap {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-500);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ds-stat-val {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  color: var(--ink-900);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ds-stat-val small {
  font-family: var(--font-jp);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  margin-left: 3px;
  color: var(--ink-600);
}

.ds-chart {
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 14px 16px 6px;
  margin-bottom: 16px;
}
.ds-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-600);
}
.ds-chart-up {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  color: var(--emerald-700);
  background: var(--emerald-50);
  padding: 2px 7px;
  border-radius: 999px;
}
.ds-chart-svg {
  width: 100%;
  height: 70px;
  display: block;
}

.ds-info-row {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px dashed var(--ink-100);
  font-size: 12.5px;
}
.ds-info-row:last-of-type {
  margin-bottom: 14px;
}
.ds-info-label {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  color: var(--ink-500);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ds-info-val {
  font-weight: 700;
  color: var(--ink-800);
}

.ds-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ds-contact {
  display: flex; align-items: center; gap: 6px;
  background: var(--emerald-50);
  border: 1px solid var(--emerald-200);
  color: var(--emerald-800);
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 999px;
}
.ds-c-ico {
  width: 12px; height: 12px;
  background: var(--emerald-700);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ds-c-ico.tel { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.6 10.8c1.5 2.9 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .5 1 1V20c0 .6-.4 1-1 1A17 17 0 013 4c0-.6.5-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.6 10.8c1.5 2.9 3.7 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .5 1 1V20c0 .6-.4 1-1 1A17 17 0 013 4c0-.6.5-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z'/%3E%3C/svg%3E"); }
.ds-c-ico.mail { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E"); }
.ds-c-ico.form { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM7 7h10v2H7V7zm0 4h10v2H7v-2zm0 4h7v2H7v-2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM7 7h10v2H7V7zm0 4h10v2H7v-2zm0 4h7v2H7v-2z'/%3E%3C/svg%3E"); }

/* Side cards */
.ds-side { display: flex; flex-direction: column; gap: 24px; }

.ds-mini-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--emerald-700);
  letter-spacing: 0.04em;
}
.ds-mini-label.red { color: #b91c1c; }
.ds-mini-dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--emerald-500);
  box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.18);
  animation: pulse-small 1.4s ease-out infinite;
}
.ds-mini-dot.red {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.18);
}
.ds-mini-meta {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-500);
  font-family: var(--font-en);
}

.ds-news-list, .ds-jobs-list {
  list-style: none;
  padding: 6px 16px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ds-news-list li {
  display: flex; gap: 10px;
  font-size: 12.5px;
  color: var(--ink-700);
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px dashed var(--ink-100);
}
.ds-news-list li:last-child { border-bottom: none; padding-bottom: 0; }
.ds-news-tag {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 1px;
  letter-spacing: 0.03em;
}
.ds-news-tag.funding { background: #fef3c7; color: #92400e; }
.ds-news-tag.release { background: var(--emerald-100); color: var(--emerald-800); }
.ds-news-tag.expand { background: #dbeafe; color: #1e40af; }
.ds-news-tag.hiring { background: #fce7f3; color: #9d174d; }

.ds-jobs-list li {
  display: grid;
  grid-template-columns: 1fr 2.2fr auto;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--ink-100);
}
.ds-jobs-list li:last-child { border-bottom: none; padding-bottom: 0; }
.ds-jobs-list li strong {
  font-size: 12.5px;
  color: var(--ink-800);
  font-weight: 700;
}
.ds-job-bar {
  height: 8px;
  border-radius: 999px;
  background: var(--ink-100);
  overflow: hidden;
  position: relative;
}
.ds-job-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--emerald-500), var(--emerald-700));
  border-radius: 999px;
  position: relative;
  animation: bar-grow 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes bar-grow {
  from { width: 0 !important; }
}
.ds-job-n {
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 800;
  color: var(--emerald-700);
}

/* Pipeline */
.pipeline {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow-md);
}
@media (max-width: 1080px) {
  .pipeline {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
  }
  .pipeline .pipe-arrow { transform: rotate(90deg); justify-self: center; padding: 4px 0; }
}

.pipe-step {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 8px 6px;
}
.pipe-ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--emerald-50);
  color: var(--emerald-700);
  border: 1px solid var(--emerald-200);
  flex-shrink: 0;
}
.pipe-meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.pipe-cap {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  color: var(--ink-500);
  letter-spacing: 0.16em;
}
.pipe-meta strong {
  font-size: 13.5px;
  color: var(--ink-900);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.pipe-meta p {
  font-size: 11.5px;
  color: var(--ink-500);
  line-height: 1.5;
}
.pipe-arrow {
  color: var(--ink-300);
  display: flex; align-items: center;
  width: 50px;
}
.pipe-arrow svg { width: 100%; }

/* =========================================================
   Photo integrations (Hero bg / Photo break / Effect bg / Voice avatars)
   ========================================================= */

/* --- Hero background photo --- */
.hero-photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: blur(1px) saturate(1.05);
  z-index: 0;
}
.hero-photo-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.7) 0%, transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.85) 60%, #ffffff 100%);
  z-index: 1;
  pointer-events: none;
}
.hero .hero-blob,
.hero .paper-noise,
.hero .grid-overlay,
.hero-wave {
  position: relative;
  z-index: 2;
}

/* --- Photo Break (team photo section) --- */
.photobreak {
  padding: 0 0 72px;
  background: linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 100%);
}
.photobreak-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px -30px rgba(7, 65, 44, 0.45);
}
.photobreak-image {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 1.4s ease;
}
.photobreak.in .photobreak-image {
  transform: scale(1);
}
@media (max-width: 760px) {
  .photobreak-image { height: 320px; }
}

.photobreak-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px 56px 40px;
  background: linear-gradient(
    100deg,
    rgba(4, 38, 26, 0.85) 0%,
    rgba(4, 38, 26, 0.6) 45%,
    rgba(4, 38, 26, 0.1) 75%,
    rgba(4, 38, 26, 0) 100%
  );
  color: #fff;
}
@media (max-width: 760px) {
  .photobreak-overlay { padding: 24px 22px; }
}
.photobreak-eyebrow {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--emerald-200);
  margin-bottom: 10px;
  display: inline-block;
}
.photobreak-overlay h3 {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 14px;
  max-width: 620px;
  letter-spacing: 0.01em;
}
.photobreak-overlay h3 .brush-mark.light {
  color: #fff;
}
.photobreak-overlay h3 .brush-mark.light::before {
  background: linear-gradient(90deg, rgba(31, 164, 103, 0.6), rgba(31, 164, 103, 0));
}
.photobreak-overlay p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
}

/* --- Effect section background photo --- */
.effect.section { position: relative; overflow: hidden; }
.effect-bg-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: blur(2px);
  z-index: 0;
}
.effect.section::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(4, 38, 26, 0.95) 0%,
    rgba(7, 65, 44, 0.92) 50%,
    rgba(4, 38, 26, 0.96) 100%
  );
  z-index: 1;
}
.effect.section .container { position: relative; z-index: 2; }

/* --- Voice avatar photos --- */
.avatar.avatar-photo {
  background-image: url("images/photo-voices.jpg");
  background-size: 300% 100%;
  background-repeat: no-repeat;
  color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px -6px rgba(7, 65, 44, 0.35);
}
.avatar.avatar-photo.avatar-1 { background-position: 0% 35%; }
.avatar.avatar-photo.avatar-2 { background-position: 50% 35%; }
.avatar.avatar-photo.avatar-3 { background-position: 100% 35%; }

/* =========================================================
   Signals section (news/job signal photo + chips)
   ========================================================= */
.signals {
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  position: relative;
  overflow: hidden;
}
.signals-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1080px) {
  .signals-inner { grid-template-columns: 1fr; gap: 40px; }
}
.signals-text .eyebrow { margin-bottom: 18px; display: inline-block; }
.signals-text h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.55;
  font-weight: 800;
  margin-bottom: 22px;
  color: var(--ink-900);
  letter-spacing: 0.01em;
}
.signals-text > p {
  color: var(--ink-600);
  font-size: 15px;
  line-height: 2;
  margin-bottom: 26px;
}
.signals-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.signals-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  font-size: 14px;
  color: var(--ink-800);
  font-weight: 600;
  box-shadow: 0 6px 16px -10px rgba(7, 65, 44, 0.18);
}
.signals-tag {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.signals-tag.job { background: #e8f5ee; color: #0a5538; }
.signals-tag.press { background: #fff4d6; color: #876200; }
.signals-tag.growth { background: #e6f0ff; color: #194d99; }

.signals-photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(7, 65, 44, 0.45);
  aspect-ratio: 16 / 11;
}
.signals-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 1.4s ease;
}
.signals.in .signals-photo-img { transform: scale(1); }

.signals-photo-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.signals-chip {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-900);
  box-shadow: 0 10px 24px -10px rgba(7, 65, 44, 0.4);
}
.signals-chip strong {
  font-family: var(--font-en);
  font-size: 14px;
  color: var(--emerald-700);
  margin-left: 2px;
}
.signals-chip.alt {
  top: auto;
  left: auto;
  right: 24px;
  bottom: 24px;
}
.signals-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--emerald-500);
  box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.2);
  animation: pulseDot 1.8s ease-in-out infinite;
}

/* =========================================================
   Output section (CSV / export photo)
   ========================================================= */
.output {
  padding: 110px 0;
  background: linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.output-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1080px) {
  .output-inner { grid-template-columns: 1fr; gap: 40px; }
  .output-photo { order: -1; }
}
.output-text .eyebrow { margin-bottom: 18px; display: inline-block; }
.output-text h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.55;
  font-weight: 800;
  color: var(--ink-900);
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}
.output-text > p {
  color: var(--ink-600);
  font-size: 15px;
  line-height: 2;
  margin-bottom: 24px;
}
.output-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.output-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-800);
  box-shadow: 0 4px 12px -8px rgba(7, 65, 44, 0.15);
}
.output-ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  flex-shrink: 0;
  position: relative;
}
.output-ico::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.output-ico.csv::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E");
}
.output-ico.sheet::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M3 15h18M9 3v18M15 3v18'/%3E%3C/svg%3E");
}
.output-ico.crm::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12c0 4.97-4.03 9-9 9s-9-4.03-9-9 4.03-9 9-9'/%3E%3Cpath d='M21 3l-9 9'/%3E%3Cpath d='M15 3h6v6'/%3E%3C/svg%3E");
}
.hand-soft {
  display: inline-block;
  color: var(--emerald-700);
  font-size: 14px;
  margin-top: 8px;
}

.output-photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(7, 65, 44, 0.45);
  aspect-ratio: 16 / 11;
}
.output-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 1.4s ease;
}
.output.in .output-photo-img { transform: scale(1); }
.output-photo-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: 0 16px 36px -12px rgba(7, 65, 44, 0.45);
}
.output-photo-badge svg {
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  padding: 7px;
  border-radius: 10px;
  box-sizing: content-box;
}
.output-photo-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--ink-900);
}
.output-photo-badge span {
  display: block;
  font-size: 11.5px;
  color: var(--ink-500);
  margin-top: 1px;
}

/* =========================================================
   CTA Final - photo backdrop overlay
   ========================================================= */
.cta-final .cta-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  filter: saturate(0.85) contrast(1.05);
  z-index: 0;
}
.cta-final .cta-photo-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(31, 164, 103, 0.35) 0%, transparent 60%),
    linear-gradient(180deg,
      rgba(4, 38, 26, 0.78) 0%,
      rgba(4, 38, 26, 0.88) 50%,
      rgba(4, 38, 26, 0.95) 100%
    );
  z-index: 1;
}
.cta-final .cta-glow,
.cta-final .cta-grid-overlay,
.cta-final .paper-noise.dark {
  position: relative;
  z-index: 2;
}
.cta-final > .container { position: relative; z-index: 3; }

@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(31, 164, 103, 0); }
}

/* =========================================================
   Effect value card (no-stats version)
   ========================================================= */
.effect-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 14px;
  letter-spacing: 0.02em;
}

/* =========================================================
   Pricing - 4 column layout (Standard / Business / Growth / Pro)
   ========================================================= */
/* 月額/年額切り替えトグル */
.billing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 36px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.billing-toggle {
  display: inline-flex;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: 999px;
  box-shadow: 0 6px 22px -8px rgba(20, 30, 25, 0.12);
  gap: 0;
}
.billing-opt {
  appearance: none;
  border: none;
  background: transparent;
  padding: 12px 24px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-500);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-jp);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.billing-opt:hover { color: var(--ink-800); }
.billing-opt.is-active {
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  box-shadow: 0 6px 18px -4px rgba(31, 164, 103, 0.55);
}
.billing-save {
  font-size: 10.5px;
  padding: 3px 8px;
  background: var(--gold, #f6c343);
  color: var(--ink-900);
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.billing-opt.is-active .billing-save {
  background: #fff;
  color: var(--emerald-700);
}
@media (max-width: 480px) {
  .billing-opt { padding: 10px 16px; font-size: 12.5px; }
  .billing-save { font-size: 9.5px; padding: 2px 6px; }
}

/* 年額表示時の演出 */
.price-card.is-yearly .price-amount::after {
  content: "";
}
.price-card.is-yearly [data-yearly-note] {
  color: var(--emerald-700);
  font-weight: 700;
}

.price-grid.price-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}
@media (max-width: 1080px) {
  .price-grid.price-grid-4 { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
}
@media (max-width: 600px) {
  .price-grid.price-grid-4 { grid-template-columns: 1fr; }
}
.price-grid.price-grid-4 .price-card { padding: 26px 22px 22px; }
.price-grid.price-grid-4 .price-card h3 { font-size: 18px; }
.price-grid.price-grid-4 .price-card .price-head p { font-size: 12.5px; min-height: 30px; }
.price-grid.price-grid-4 .amount-num { font-size: 36px; }
.price-grid.price-grid-4 .amount-unit { font-size: 11px; }
.price-yearly {
  font-size: 11.5px;
  color: var(--ink-500);
  margin: -8px 0 18px;
}
.price-grid.price-grid-4 .price-list li {
  font-size: 13px;
  line-height: 1.7;
}
.price-grid.price-grid-4 .price-list li strong {
  color: var(--emerald-700);
}

/* Highlight (Growth) - 浮かす */
.price-grid.price-grid-4 .price-card.highlight {
  transform: translateY(-10px);
  box-shadow:
    0 30px 60px -22px rgba(31, 164, 103, 0.35),
    0 0 0 1.5px rgba(31, 164, 103, 0.35);
}
@media (max-width: 1080px) {
  .price-grid.price-grid-4 .price-card.highlight { transform: none; }
}

.price-card-note {
  font-size: 11.5px;
  color: var(--ink-500);
  margin-top: 12px;
  line-height: 1.7;
  text-align: center;
}
.price-note a {
  color: var(--emerald-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   Corporate plan card (full width)
   ========================================================= */
.price-corporate {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  gap: 40px;
  align-items: center;
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, #04261a 0%, #07412c 100%);
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px -24px rgba(4, 38, 26, 0.55);
}
.price-corporate::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(31, 164, 103, 0.22), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(31, 164, 103, 0.16), transparent 50%);
  pointer-events: none;
}
.price-corporate > * { position: relative; z-index: 1; }
.pc-eyebrow {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--emerald-200);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}
.pc-left h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #fff;
}
.pc-left p {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}
.pc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}
.pc-list li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1.5;
}
.pc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--emerald-500);
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.pc-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  white-space: nowrap;
}
.pc-price {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}
.pc-cta .solid-button {
  background: #fff;
  color: var(--emerald-800);
}
.pc-cta .solid-button:hover {
  background: var(--emerald-200);
  color: var(--emerald-900);
}
@media (max-width: 1080px) {
  .price-corporate { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .pc-cta { align-items: stretch; }
  .pc-cta .solid-button { justify-content: center; }
  .pc-list { grid-template-columns: 1fr; }
}

/* =========================================================
   DECOR — ページ全体を賑やかにする装飾モジュール
   ========================================================= */

/* --- 1. ドットパターン背景 (薄い緑のドット) --- */
.deco-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(31, 164, 103, 0.18) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  background-position: 0 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 70%, transparent 100%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}

/* --- 2. 巨大な英文字モチーフ(セクション裏に薄く) --- */
.deco-bigword {
  position: absolute;
  font-family: var(--font-en);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(120px, 22vw, 280px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(31, 164, 103, 0.12);
  text-stroke: 1.5px rgba(31, 164, 103, 0.12);
  pointer-events: none;
  z-index: 0;
  user-select: none;
  white-space: nowrap;
}
.deco-bigword.top-left { top: -30px; left: -40px; }
.deco-bigword.top-right { top: -30px; right: -40px; }
.deco-bigword.bottom-left { bottom: -40px; left: -30px; }
.deco-bigword.bottom-right { bottom: -40px; right: -30px; }
.deco-bigword.solid {
  color: rgba(31, 164, 103, 0.06);
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

/* --- 3. 斜めの緑帯リボン(削除済み) --- */
.deco-stripe { display: none !important; }

/* --- 4. 角の装飾アスタリスク * (Caveat) --- */
.deco-aster {
  position: absolute;
  font-family: "Caveat", serif;
  font-weight: 700;
  font-size: 64px;
  color: var(--emerald-500);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  animation: spinSlow 20s linear infinite;
  transform-origin: center;
}
.deco-aster.gold { color: var(--gold); opacity: 0.7; }
.deco-aster.coral { color: var(--coral); opacity: 0.7; }
@keyframes spinSlow {
  to { transform: rotate(360deg); }
}

/* --- 5. 飾り罫(セクション見出し横) --- */
.deco-hairline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--emerald-700);
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.deco-hairline::before,
.deco-hairline::after {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--emerald-500));
}
.deco-hairline::after {
  background: linear-gradient(90deg, var(--emerald-500), transparent);
}

/* --- 6. ゴールドのハイライト(数字や強調用) --- */
.gold-highlight {
  background: linear-gradient(transparent 60%, var(--gold-soft) 60%, var(--gold-soft) 92%, transparent 92%);
  padding: 0 0.06em;
  font-weight: 800;
}
.coral-highlight {
  background: linear-gradient(transparent 60%, var(--coral-soft) 60%, var(--coral-soft) 92%, transparent 92%);
  padding: 0 0.06em;
  font-weight: 800;
}

/* --- 7. テープ風ラベル(手書き感のアクセント) --- */
.deco-tape {
  display: inline-block;
  background: var(--gold);
  color: var(--ink-900);
  padding: 4px 14px;
  font-family: "Caveat", "Klee One", serif;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(-2.5deg);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  position: relative;
}
.deco-tape::before,
.deco-tape::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background-image:
    linear-gradient(45deg, transparent 25%, var(--gold) 25%, var(--gold) 50%, transparent 50%, transparent 75%, var(--gold) 75%),
    linear-gradient(-45deg, transparent 25%, var(--gold) 25%, var(--gold) 50%, transparent 50%, transparent 75%, var(--gold) 75%);
  background-size: 6px 6px;
}
.deco-tape::before { left: -6px; }
.deco-tape::after { right: -6px; }

/* --- 8. グラデバンド(セクションフチ) --- */
.deco-band-top {
  position: relative;
}
.deco-band-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--emerald-500) 20%, var(--gold) 50%, var(--emerald-500) 80%, transparent 100%);
  z-index: 1;
}

/* --- セクションの位置調整(z-index 確保) --- */
.section { position: relative; z-index: 1; }
.section > .container { position: relative; z-index: 2; }
.caps.section,
.features.section,
.difference.section,
.usecase.section,
.cases.section,
.voice.section,
.pricing.section,
.faq.section { overflow: hidden; }

/* --- セクションの背景バリエーション(白の単調さを解消) --- */
.features.section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--paper-warm) 60%, #ffffff 100%);
}
.features.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(31, 164, 103, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
  pointer-events: none;
  z-index: 0;
}

.usecase.section {
  background: linear-gradient(180deg, #ffffff 0%, #f0f8f3 100%);
}
.usecase.section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: radial-gradient(ellipse at 70% 100%, rgba(31, 164, 103, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.difference.section {
  background:
    linear-gradient(180deg, var(--paper-warm) 0%, #ffffff 100%);
}
.difference.section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 120px;
  background: radial-gradient(ellipse at 30% 0%, rgba(246, 195, 67, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.cases.section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8f5 50%, #ffffff 100%);
}

.voice.section {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(31, 164, 103, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(246, 195, 67, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--paper-warm) 100%);
}

.pricing.section {
  background:
    linear-gradient(180deg, var(--paper-warm) 0%, #ffffff 40%, #ffffff 100%);
}
.pricing.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(31, 164, 103, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
  z-index: 0;
}

.faq.section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f7f3 100%);
}
.faq.section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(31, 164, 103, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.steps.section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f6ef 50%, #ffffff 100%);
}

/* --- セクションの境界に薄い緑→金のグラデーション線 --- */
.features.section,
.steps.section,
.usecase.section,
.difference.section,
.cases.section,
.voice.section,
.pricing.section,
.faq.section {
  border-top: 1px solid rgba(31, 164, 103, 0.08);
}

/* --- container 内のコンテンツが装飾と被らないように --- */
.section .container { position: relative; z-index: 3; }
.section .section-head { position: relative; z-index: 3; }

/* --- レスポンシブ: 装飾を控えめに --- */
@media (max-width: 760px) {
  .deco-bigword { font-size: clamp(80px, 28vw, 160px); opacity: 0.85; }
  .deco-aster { font-size: 40px; }
  .deco-stripe { height: 50px; }
}

/* --- 動きを減らす設定への配慮 --- */
@media (prefers-reduced-motion: reduce) {
  .deco-aster { animation: none; }
}

/* =========================================================
   Trial card (Free trial section visual)
   ========================================================= */
.trial-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.5);
  color: var(--ink-900);
  max-width: 380px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.trial-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(31,164,103,0.55), rgba(255,255,255,0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.trial-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--ink-100);
  margin-bottom: 18px;
}
.trial-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  font-weight: 800;
  font-family: var(--font-en);
  font-size: 16px;
}
.trial-card-head > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.trial-brand {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
}
.trial-sub {
  font-size: 11px;
  color: var(--ink-500);
  margin-top: 3px;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}
.trial-tag {
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(31, 164, 103, 0.6);
}
.trial-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--ink-100);
}
.trial-yen { font-weight: 700; font-size: 14px; color: var(--ink-500); }
.trial-num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 32px;
  color: var(--ink-900);
  letter-spacing: -0.02em;
}
.trial-unit { font-size: 12px; color: var(--ink-500); margin-left: 4px; }
.trial-strike {
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 800;
  color: var(--emerald-700);
  position: relative;
}
.trial-strike::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 2px;
  background: var(--emerald-700);
  transform: rotate(-8deg);
  opacity: 0;
}
.trial-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.trial-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-800);
  font-weight: 600;
}
.trial-check {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--emerald-500);
  position: relative;
  flex-shrink: 0;
}
.trial-check::after {
  content: "";
  position: absolute;
  left: 5px; top: 8px;
  width: 4px; height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.trial-cta {
  display: flex;
  justify-content: center;
}
.trial-btn-mock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13.5px;
  box-shadow: 0 14px 30px -10px rgba(31, 164, 103, 0.6);
}
.trial-arrow {
  font-weight: 700;
  font-family: var(--font-en);
}

/* =========================================================
   HERO — 100億級コピー仕様
   ========================================================= */

/* Premium badge */
.hero .hero-badge {
  background: linear-gradient(135deg, #ffffff 0%, #f7fbf8 100%);
  border: 1px solid rgba(31, 164, 103, 0.28);
  padding: 9px 18px 9px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  box-shadow:
    0 1px 0 #fff inset,
    0 8px 30px -10px rgba(31, 164, 103, 0.28),
    0 1px 0 rgba(0, 0, 0, 0.02);
  position: relative;
}
.hero .hero-badge::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(31,164,103,0.55), rgba(255,255,255,0) 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* XL hero title */
.hero-title.hero-title-xl {
  font-family: var(--font-jp);
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
  color: var(--ink-900);
}
.hero-title.hero-title-xl .line {
  display: block;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .hero-title.hero-title-xl .line { white-space: normal; }
}
.hero-quote {
  color: var(--emerald-700);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.hero-underline-strong {
  position: relative;
  display: inline-block;
  padding: 0 0.04em;
}
.hero-underline-strong::after {
  content: "";
  position: absolute;
  left: -0.04em;
  right: -0.04em;
  bottom: 0.04em;
  height: 0.22em;
  background: linear-gradient(90deg, rgba(31, 164, 103, 0.32), rgba(31, 164, 103, 0.18));
  border-radius: 999px;
  z-index: -1;
}
@media (max-width: 760px) {
  .hero-title.hero-title-xl { font-size: clamp(32px, 8.5vw, 44px); line-height: 1.35; }
}

/* Strike "待つな" — brush strike-through */
.brush-strike {
  position: relative;
  font-style: normal;
  display: inline-block;
  color: var(--ink-900);
  padding: 0 0.06em;
}
.brush-strike::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  top: 56%;
  height: 0.14em;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(212, 56, 56, 0.95) 0%, rgba(212, 56, 56, 0.85) 60%, rgba(212, 56, 56, 0) 100%);
  border-radius: 999px;
  transform: rotate(-3deg) skewX(-6deg);
  filter: blur(0.2px);
  box-shadow: 0 1px 0 rgba(212, 56, 56, 0.2);
  opacity: 0.95;
}
.brush-strike::before {
  content: "";
  position: absolute;
  left: 0.04em;
  right: 0.16em;
  top: 50%;
  height: 0.05em;
  background: rgba(212, 56, 56, 0.4);
  transform: rotate(-2.4deg);
  filter: blur(0.6px);
}

/* "先に立て" — emerald gradient text */
.hero-gradient {
  background: linear-gradient(110deg, #0a5538 0%, #1fa467 38%, #4ec089 65%, #0a5538 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  position: relative;
  animation: heroGradMove 7s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(31, 164, 103, 0.08);
}
@keyframes heroGradMove {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero-gradient::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 0.04em;
  height: 0.18em;
  background: linear-gradient(90deg, rgba(31, 164, 103, 0), rgba(31, 164, 103, 0.35), rgba(31, 164, 103, 0));
  border-radius: 999px;
  filter: blur(2px);
}

/* Sub-headline (kicker) */
.hero-kicker {
  font-family: var(--font-jp);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.95;
  color: var(--ink-800);
  font-weight: 700;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
  max-width: 600px;
}
.hero-kicker strong {
  color: var(--emerald-700);
  font-weight: 800;
}
.hero-kicker .kicker-strong {
  color: var(--ink-900);
  background: linear-gradient(transparent 60%, rgba(31, 164, 103, 0.22) 60%, rgba(31, 164, 103, 0.22) 92%, transparent 92%);
  padding: 0 0.08em;
  font-weight: 800;
}

/* Hero lead - tighter */
.hero .hero-lead {
  margin-bottom: 28px;
  font-size: 15.5px;
  line-height: 1.95;
  max-width: 560px;
}

/* Micro proof (badges under CTAs) */
.hero-microproof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 20px;
  margin-top: -4px;
}
.hmp-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--ink-700);
  font-weight: 600;
}
.hmp-check {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--emerald-500);
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 4px 10px -4px rgba(31, 164, 103, 0.5);
}
.hmp-check::after {
  content: "";
  position: absolute;
  left: 4.5px; top: 7.5px;
  width: 3.5px; height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

/* SP tweaks */
@media (max-width: 760px) {
  .hero-kicker { font-size: 14.5px; line-height: 1.95; }
}

/* =========================================================
   HERO TITLE - 文字単位アニメ (stagger)
   ========================================================= */
.hero-title[data-split] .t,
.hero-title[data-split] .t-grad {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em) rotate(2deg);
  filter: blur(6px);
  animation: heroChar 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
@keyframes heroChar {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    filter: blur(0);
  }
}
/* マーカー(.t-mark)を1ブロックとして遅延付与 */
.hero-title[data-split] .t-mark .t {
  animation-delay: inherit;
}
/* 順に遅延 — :nth-child で stagger */
.hero-title[data-split] .line:nth-child(1) .t:nth-child(1),
.hero-title[data-split] .line:nth-child(1) .t-grad { animation-delay: 0.05s; }
.hero-title[data-split] .line:nth-child(1) .t:nth-child(3) { animation-delay: 0.35s; }
.hero-title[data-split] .line:nth-child(1) .t:nth-child(4) { animation-delay: 0.40s; }
.hero-title[data-split] .line:nth-child(1) .t:nth-child(5) { animation-delay: 0.45s; }
.hero-title[data-split] .line:nth-child(1) .t:nth-child(6) { animation-delay: 0.50s; }
.hero-title[data-split] .line:nth-child(1) .t:nth-child(7) { animation-delay: 0.55s; }

.hero-title[data-split] .line:nth-child(2) .t:nth-child(1) { animation-delay: 0.65s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(2) { animation-delay: 0.70s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(3) { animation-delay: 0.75s; }
.hero-title[data-split] .line:nth-child(2) .t-mark .t:nth-child(1) { animation-delay: 0.82s; }
.hero-title[data-split] .line:nth-child(2) .t-mark .t:nth-child(2) { animation-delay: 0.87s; }
.hero-title[data-split] .line:nth-child(2) .t-mark .t:nth-child(3) { animation-delay: 0.92s; }
.hero-title[data-split] .line:nth-child(2) .t-mark .t:nth-child(4) { animation-delay: 0.97s; }
.hero-title[data-split] .line:nth-child(2) .t-mark .t:nth-child(5) { animation-delay: 1.02s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(5) { animation-delay: 1.10s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(6) { animation-delay: 1.15s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(7) { animation-delay: 1.20s; }
.hero-title[data-split] .line:nth-child(2) .t:nth-child(8) { animation-delay: 1.25s; }

/* マーカー描画アニメ */
.hero-underline-strong::after {
  transform-origin: left center;
  transform: scaleX(0);
  animation: markerDraw 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 1.1s forwards;
}
@keyframes markerDraw {
  to { transform: scaleX(1); }
}

/* グラデの揺らぎを少し強める */
.hero-gradient.t-grad {
  animation: heroChar 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) 0.18s forwards,
             heroGradMove 7s ease-in-out 1s infinite;
}

/* =========================================================
   CTA BUTTON - shimmer (光が左→右に流れる)
   ========================================================= */
.solid-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.solid-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-22deg);
  animation: shimmer 3.6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.solid-button > * { position: relative; z-index: 2; }
@keyframes shimmer {
  0% { left: -120%; }
  60% { left: 130%; }
  100% { left: 130%; }
}

/* =========================================================
   Floating chips - subtle float
   ========================================================= */
.float-chip {
  animation: chipFloat 5.5s ease-in-out infinite;
}
.float-chip.chip-csv  { animation-delay: 0.4s; }
.float-chip.chip-job  { animation-delay: 0.9s; }
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* =========================================================
   Dashboard 内のピル・結果リストの順次フェードイン
   ========================================================= */
.hero-visual.reveal.in .search-pill,
.hero-visual.reveal.in .result-item {
  animation: itemRise 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-visual.reveal .search-pill,
.hero-visual.reveal .result-item {
  opacity: 0;
}
.hero-visual.reveal.in .search-pill:nth-child(1) { animation-delay: 0.55s; }
.hero-visual.reveal.in .search-pill:nth-child(2) { animation-delay: 0.65s; }
.hero-visual.reveal.in .search-pill:nth-child(3) { animation-delay: 0.75s; }
.hero-visual.reveal.in .search-pill:nth-child(4) { animation-delay: 0.85s; }
.hero-visual.reveal.in .search-pill:nth-child(5) { animation-delay: 0.95s; }
.hero-visual.reveal.in .result-item:nth-child(1) { animation-delay: 1.15s; }
.hero-visual.reveal.in .result-item:nth-child(2) { animation-delay: 1.30s; }
.hero-visual.reveal.in .result-item:nth-child(3) { animation-delay: 1.45s; }
.hero-visual.reveal.in .result-item:nth-child(4) { animation-delay: 1.60s; }
@keyframes itemRise {
  from { opacity: 0; transform: translateY(14px); filter: blur(4px); }
  to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}

/* result-bar の数字バーが右に伸びる */
.hero-visual.reveal .result-progress > span {
  width: 0;
}
.hero-visual.reveal.in .result-progress > span {
  width: 70%;
  transition: width 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) 1.1s;
}

/* =========================================================
   Capabilities カード - スクロールで順番に登場 + ホバー強化
   ========================================================= */
.caps-grid .cap-card {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.caps-grid.in .cap-card { opacity: 1; transform: translateY(0) scale(1); }
.caps-grid.in .cap-card:nth-child(1) { transition-delay: 0.05s; }
.caps-grid.in .cap-card:nth-child(2) { transition-delay: 0.18s; }
.caps-grid.in .cap-card:nth-child(3) { transition-delay: 0.31s; }

/* ホバー時のグロー(背景に光) */
.cap-card { position: relative; }
.cap-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(31, 164, 103, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.cap-card:hover::after { opacity: 1; }

/* =========================================================
   pulse-dot 強化(ヒーローバッジ等)
   ========================================================= */
.pulse-dot {
  box-shadow: 0 0 0 0 rgba(31, 164, 103, 0.5);
  animation: pulseDot2 2s ease-out infinite;
}
@keyframes pulseDot2 {
  0%   { box-shadow: 0 0 0 0 rgba(31, 164, 103, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(31, 164, 103, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 164, 103, 0); }
}

/* =========================================================
   prefers-reduced-motion 対策
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-title[data-split] .t,
  .hero-title[data-split] .t-grad,
  .hero-underline-strong::after,
  .solid-button::before,
  .float-chip,
  .pulse-dot {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .hero-underline-strong::after { transform: scaleX(1) !important; }
}

/* =========================================================
   Capabilities (What you can do - 3 cards)
   ========================================================= */
.caps.section {
  padding: 100px 0 90px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(31, 164, 103, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  position: relative;
  overflow: hidden;
}
.caps-head {
  text-align: center;
  margin-bottom: 60px;
}
.caps-title {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink-900);
  margin-bottom: 16px;
}
.caps-title-en {
  display: block;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.6em;
  color: var(--emerald-700);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: lowercase;
}
.caps-lead {
  color: var(--ink-600);
  font-size: 15px;
  line-height: 1.95;
}

.caps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .caps-grid { grid-template-columns: 1fr; }
}

.cap-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  padding: 32px 28px 28px;
  box-shadow: 0 14px 36px -20px rgba(7, 65, 44, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.cap-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px -24px rgba(7, 65, 44, 0.3);
  border-color: rgba(31, 164, 103, 0.4);
}
.cap-card.cap-highlight {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
  border-color: rgba(31, 164, 103, 0.35);
  box-shadow: 0 24px 50px -20px rgba(31, 164, 103, 0.3);
  transform: translateY(-8px);
}
@media (max-width: 1080px) {
  .cap-card.cap-highlight { transform: none; }
}
.cap-card.cap-highlight::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(31, 164, 103, 0.55), rgba(255, 255, 255, 0) 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cap-badge {
  position: absolute;
  top: -10px;
  right: 22px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 16px -6px rgba(31, 164, 103, 0.55);
}
.cap-no {
  font-family: var(--font-en);
  font-weight: 800;
  font-style: italic;
  font-size: 36px;
  color: var(--emerald-600);
  letter-spacing: -0.02em;
  opacity: 0.32;
  margin-bottom: 8px;
}
.cap-card.cap-highlight .cap-no {
  color: var(--emerald-700);
  opacity: 0.5;
}
.cap-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 12px 22px -10px rgba(31, 164, 103, 0.55);
}
.cap-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
  color: var(--ink-900);
  margin-bottom: 14px;
  letter-spacing: 0.005em;
}
.cap-title strong { color: var(--emerald-700); }
.cap-body {
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-600);
  margin-bottom: 18px;
}
.cap-body strong { color: var(--ink-900); font-weight: 700; }
.cap-list {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px dashed var(--ink-100);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cap-list li {
  font-size: 13px;
  color: var(--ink-700);
  font-weight: 600;
  padding-left: 22px;
  position: relative;
}
.cap-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--emerald-100);
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231fa467' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.caps-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(31, 164, 103, 0.35);
  color: var(--emerald-800);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px -10px rgba(31, 164, 103, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}
.caps-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--emerald-500), var(--emerald-700));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px -10px rgba(31, 164, 103, 0.5);
}
.caps-cta strong { font-weight: 800; }
.container > .caps-cta { display: flex; justify-content: center; }

/* Center caps-cta */
.caps > .container { text-align: center; }
.caps-grid { text-align: left; }

/* =========================================================
 * Pricing: ヒアリング誘導CTA
 * ========================================================= */
.plan-hearing-cta {
  background: linear-gradient(135deg, var(--emerald-900) 0%, var(--emerald-700) 100%);
  color: #fff;
  border-radius: 28px;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.plan-hearing-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.phc-text { position: relative; z-index: 2; }
.phc-text .eyebrow {
  color: var(--emerald-200);
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.phc-text h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.55;
  margin: 12px 0 14px;
  color: #fff;
}
.phc-text h3 .brush-mark {
  background: linear-gradient(transparent 60%, rgba(246, 195, 67, 0.45) 60%);
  padding: 0 2px;
}
.phc-text p {
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 16px;
}
.phc-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}
.phc-meta span { display: inline-flex; align-items: center; gap: 6px; }
.phc-meta .dot-green {
  width: 8px;
  height: 8px;
  background: var(--emerald-300);
  border-radius: 50%;
  display: inline-block;
}
.phc-action {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.phc-action .solid-button {
  background: #fff;
  color: var(--emerald-900);
  justify-content: center;
}
.phc-action .solid-button:hover {
  background: var(--emerald-50);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.32);
}
.phc-action .outline-button {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
  justify-content: center;
}
.phc-action .outline-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
}
.phc-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 0;
  line-height: 1.6;
  text-align: center;
}

/* =========================================================
 * Contact form section
 * ========================================================= */
.contact-form-section {
  background: var(--paper-warm);
  position: relative;
  overflow: hidden;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.contact-info .section-title { margin: 14px 0 22px; }
.contact-lead {
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-700);
  margin: 0 0 26px;
}
.contact-lead strong { color: var(--emerald-700); }
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14.5px;
  color: var(--ink-800);
  line-height: 1.75;
}
.cif-ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--emerald-600);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.contact-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-700);
}
.contact-meta span { display: inline-flex; align-items: center; gap: 6px; }
.contact-meta .dot-green {
  width: 8px;
  height: 8px;
  background: var(--emerald-500);
  border-radius: 50%;
  display: inline-block;
}

.contact-form {
  background: #ffffff;
  border: 1.5px solid var(--ink-200);
  border-radius: 22px;
  padding: 34px 32px;
  box-shadow: 0 22px 50px -28px rgba(10, 85, 56, 0.22);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cf-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.cf-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-800);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cf-label em {
  font-style: normal;
  font-size: 10.5px;
  background: var(--emerald-100);
  color: var(--emerald-700);
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
}
.cf-field input[type="text"],
.cf-field input[type="email"],
.cf-field input[type="tel"],
.cf-field select,
.cf-field textarea {
  border: 1.5px solid var(--ink-200);
  background: #fff;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 14px;
  color: var(--ink-900);
  font-family: inherit;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
  outline: none;
  border-color: var(--emerald-500);
  box-shadow: 0 0 0 4px rgba(31, 164, 103, 0.12);
}
.cf-field textarea { resize: vertical; min-height: 100px; }
.cf-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.cf-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--ink-200);
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 13.5px;
  color: var(--ink-800);
  transition: border-color 0.2s, background 0.2s;
}
.cf-choice:hover { border-color: var(--emerald-400); background: var(--emerald-50); }
.cf-choice input[type="radio"] { accent-color: var(--emerald-600); }
.cf-choice:has(input:checked) {
  border-color: var(--emerald-500);
  background: var(--emerald-50);
}
.cf-agree {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--ink-700);
  margin-top: 4px;
}
.cf-agree input { accent-color: var(--emerald-600); }
.cf-agree a { color: var(--emerald-700); text-decoration: underline; }
.cf-note {
  font-size: 13px;
  margin: 8px 0 0;
  min-height: 18px;
}
.cf-note.is-success { color: var(--emerald-700); font-weight: 700; }
.cf-note.is-error { color: #c0392b; font-weight: 700; }
.contact-form .solid-button { justify-content: center; }

/* Responsive */
@media (max-width: 920px) {
  .plan-hearing-cta { grid-template-columns: 1fr; padding: 32px 26px; gap: 22px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cf-row { grid-template-columns: 1fr; }
  .cf-choices { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 22px; }
}
