.ico {
  width: 1em;
  height: 1em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand img { height: 38px; width: auto; max-width: none; }
.nav-family { margin-left: 6px; padding-left: 18px; border-left: 1px solid var(--line); }
.hero-title { margin-top: 22px; }
.hero-lead { margin-top: 22px; max-width: 44ch; color: oklch(0.88 0.02 220); }
.hero-lead b, .on-dark b, .on-dark { color: #fff; }
.hero-actions { margin-top: 28px; }
.hero-ghost { color: #fff; border-color: oklch(0.6 0.08 230); }
.hero-ghost:hover { color: #fff; background: oklch(0.99 0.002 95 / 0.10); }
.section-title { margin-top: 14px; }
.section-lead { margin-top: 16px; }
.small-h3 { font-size: 1.05rem; }
.on-dark-soft { color: oklch(0.86 0.02 200); }
.note-space { margin-top: 14px; }
.note-dark { margin-top: 22px; color: oklch(0.72 0.03 200); }
.dash-chip { margin-left: auto; }
.price-btn { width: 100%; justify-content: center; margin-top: auto; }
.road-title { font-size: 1.02rem; margin-top: 14px; }
.faq-wrap { max-width: 860px; }
.faq-head { margin-inline: auto; text-align: center; }
.faq { margin-top: 32px; }

.vl-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  min-width: 80px;
}
.vl-waveform span {
  flex: 1;
  min-width: 2px;
  border-radius: 999px;
  opacity: var(--bar-o, .7);
  background: var(--bar-c, var(--ai));
}

.vl-tline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  padding: 10px 12px;
  border-radius: 10px;
}
.vl-tline.is-highlight { background: var(--hl-wash); }
.vl-tline.is-flag { background: var(--hl-flag); }
.vl-tline > div {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.tl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}
.tl-dot.agent { background: var(--accent); }
.tl-dot.customer { background: var(--insight); }
.tl-role {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--ink-soft);
  white-space: nowrap;
}
.tl-time {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  color: var(--faint);
  white-space: nowrap;
}
.vl-tline p {
  grid-column: 1 / -1;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink);
}

.vl-summary {
  background: var(--paper);
  border: 1px solid var(--ai-wash);
  border-radius: var(--radius);
  box-shadow: var(--shadow-m);
  overflow: hidden;
}
.vl-summary header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  background: var(--ai-wash);
  border-bottom: 1px solid var(--ai-wash);
  color: var(--ai-d);
}
.vl-summary header span {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  opacity: .8;
}
.vl-summary > div { padding: 18px; }
.vl-summary p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.vl-summary ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 0;
}
.vl-summary li {
  display: flex;
  gap: 9px;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--ink);
}
.vl-summary li .ico { color: var(--ai-d); margin-top: 4px; }
.smart-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.smart-tags span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--insight);
  background: var(--insight-wash);
  border: 1px solid var(--insight-line);
  border-radius: 999px;
  padding: 0.24em 0.7em;
}

.vl-tag {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.3;
  padding: .3em .78em;
  border-radius: 999px;
  border: 1px solid;
  white-space: nowrap;
}
.vl-tag.teal {
  color: var(--accent-d);
  background: var(--accent-wash);
  border-color: var(--accent-line);
}
.vl-tag.flag {
  color: var(--flag);
  background: oklch(0.96 0.03 45);
  border-color: oklch(0.85 0.06 45);
}

.review-bar-fill.w76 { width: 76%; }
.review-bar-fill.w50 { width: 50%; }
.review-bar-fill.w63 { width: 63%; }

.family-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}
.family-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform var(--dur) ease, box-shadow var(--dur) ease, border-color var(--dur) ease;
}
.family-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-m);
  border-color: var(--accent-line);
}
.family-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--accent-wash);
  color: var(--accent-d);
}
.family-card.current span {
  background: var(--ai-wash);
  color: var(--ai-d);
}
.family-card b { font-size: 1.02rem; color: var(--ink); }
.family-card p { color: var(--muted); font-size: .86rem; line-height: 1.7; }

.foot-disc b { color: oklch(0.8 0.04 200); }
.ct-actions .ct-tel .ico { color: var(--ai-bright); }

@media (max-width: 1120px) {
  .nav-family { display: none; }
}
@media (max-width: 900px) {
  .family-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .family-grid { grid-template-columns: 1fr; }
  .vl-btn { white-space: normal; justify-content: center; text-align: center; }
}

/* ============================================================
   VoiceLine ブランドロックアップ（ヒーロー）— 暗背景版
   全サイト共通様式：マーク＋2トーンVoiceLine＋製品サブラベル
   ============================================================ */
.vl-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  text-decoration: none;
}
.vl-hero-brand-mark {
  width: 40px;
  height: 40px;
  flex: none;
  filter: drop-shadow(0 8px 18px oklch(0.1 0.04 220 / 0.5));
}
.vl-hero-brand-name {
  font-weight: 900;
  font-size: 1.95rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: oklch(0.99 0.005 95);
}
.vl-hero-brand-name span { color: var(--ai-bright, oklch(0.86 0.155 192)); }
.vl-hero-brand-sub {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  background: oklch(0.5 0.09 200 / 0.22);
  color: var(--ai-bright, oklch(0.86 0.155 192));
  border: 1px solid oklch(0.7 0.1 196 / 0.5);
}
@media (max-width: 520px) {
  .vl-hero-brand-name { font-size: 1.7rem; }
  .vl-hero-brand-sub { font-size: 0.76rem; }
}

/* 大型ロックアップ（TOPと同サイズ感）— VoiceLine＋製品名を主役に */
.vl-hero-brand--xl { align-items: center; gap: clamp(12px, 1.6vw, 20px); margin-bottom: 18px; }
.vl-hero-brand--xl .vl-hero-brand-mark { width: clamp(46px, 5.2vw, 64px); height: clamp(46px, 5.2vw, 64px); }
.vl-hero-brand-stack { display: flex; flex-direction: column; gap: 4px; }
.vl-hero-brand--xl .vl-hero-brand-name {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.98;
}
.vl-hero-brand-product {
  font-weight: 800;
  font-size: clamp(1.4rem, 2.9vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: var(--ai-bright, oklch(0.86 0.155 192));
}
/* 価値見出しはタグラインとして一段下のサイズへ */
.hero-tagline-sub {
  font-size: clamp(1.5rem, 2.6vw, 2.05rem) !important;
  line-height: 1.35 !important;
  margin-top: 12px;
}
@media (max-width: 520px) {
  .vl-hero-brand--xl .vl-hero-brand-name { font-size: 2.4rem; }
  .vl-hero-brand-product { font-size: 1.3rem; }
}

/* AIサイト：VoiceLine と AI を同サイズ・一行、AIは赤で強調 */
.vl-hero-brand-name { white-space: nowrap; }
.vl-hero-brand-name .vl-ai-pop {
  color: oklch(0.62 0.22 26);
}
@media (max-width: 560px) {
  .vl-hero-brand--xl .vl-hero-brand-name { font-size: clamp(2rem, 9vw, 2.6rem); }
}
