/* =========================================================
   localai.css — 経営者向けページ専用の追加スタイル
   （style.css を土台に、このページ固有の要素だけ定義）
   ========================================================= */

/* ---- HERO：天秤 ---- */
.hero-verdict{
  margin:36px auto 10px; max-width:760px; padding:18px 22px;
  border-left:4px solid #ff3b4f; background:linear-gradient(90deg,rgba(255,59,79,.14),transparent);
  display:flex; gap:22px; align-items:center; text-align:left;
}
.hero-verdict span{ color:#ff7887; font-size:12px; font-weight:900; letter-spacing:.12em; white-space:nowrap; }
.hero-verdict strong{ font-size:clamp(18px,2.7vw,28px); line-height:1.45; }
.hero-title em{ color:#ff596b; text-shadow:0 0 34px rgba(255,59,79,.35); }
@media(max-width:600px){ .hero-verdict{ flex-direction:column; align-items:flex-start; gap:8px; } }

/* ---- 経営インパクト ---- */
.impact-section{ position:relative; }
.impact-section .section-head h2 em,.reality-section .section-head h2 em{ color:var(--accent); font-style:normal; }
.impact-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.impact-stat{ padding:30px 26px; min-height:330px; border:1px solid rgba(255,59,79,.34); background:linear-gradient(150deg,rgba(255,59,79,.12),rgba(255,255,255,.025)); display:flex; flex-direction:column; }
.impact-kicker{ color:#ff8793; font-size:13px; font-weight:900; letter-spacing:.08em; }
.impact-stat strong{ font-family:var(--f-en); font-size:clamp(68px,9vw,116px); line-height:1; margin:20px 0; color:#fff; letter-spacing:-.07em; }
.impact-stat strong small{ font-size:.3em; color:#ff596b; letter-spacing:0; margin-left:6px; }
.impact-stat p{ color:var(--ink-soft); font-size:15px; line-height:1.75; flex:1; }
.impact-stat a,.video-copy a{ color:var(--ink-dim); font-size:12px; margin-top:18px; text-underline-offset:4px; }
.shock-line{ margin-top:24px; padding:22px 26px; font-size:clamp(16px,2.4vw,24px); font-weight:800; text-align:center; border:1px solid var(--panel-bd); background:#0d0e17; }
.shock-line span{ color:#ff6575; font-size:.58em; letter-spacing:.1em; margin:0 8px; }
.shock-line b{ color:#ff3b4f; margin:0 12px; }
.executive-risk{ margin-top:18px; padding:38px 28px; text-align:center; background:#ff3b4f; color:#12070a; }
.executive-risk p{ font-size:clamp(16px,2vw,21px); }
.executive-risk strong{ display:block; font-size:clamp(25px,4vw,44px); line-height:1.25; margin-top:8px; }
@media(max-width:820px){ .impact-grid{ grid-template-columns:1fr; }.impact-stat{ min-height:0; }.impact-stat strong{ font-size:82px; } }

/* ---- 動画ケース ---- */
.video-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.video-card{ overflow:hidden; background:rgba(255,255,255,.035); border:1px solid var(--panel-bd); }
.video-shell,.video-frame{ display:block; width:100%; aspect-ratio:16/9; border:0; padding:0; background:#050508; position:relative; overflow:hidden; }
.video-shell{ cursor:pointer; }
.video-shell img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.78) contrast(1.08); transition:transform .5s,filter .5s; }
.video-shell:hover img{ transform:scale(1.035); filter:saturate(1) contrast(1.04); }
.video-frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }
.play{ position:absolute; left:50%; top:50%; translate:-50% -50%; width:66px; height:66px; display:grid; place-items:center; border-radius:50%; padding-left:4px; color:#09090d; background:#ff8a00; box-shadow:0 0 0 12px rgba(255,138,0,.16); font-size:24px; }
.video-copy{ padding:22px 24px 25px; }
.video-copy>span{ color:#ff9d2e; font-family:var(--f-en); font-weight:700; font-size:11px; letter-spacing:.12em; }
.video-copy h3{ font-size:21px; margin:6px 0 8px; }
.video-copy p{
  color:var(--ink-soft);
  font-size:clamp(13px,1.05vw,14px);
  line-height:1.75;
  letter-spacing:0;
  line-break:strict;
  word-break:auto-phrase;
  text-wrap:pretty;
}
.video-copy h3{ line-break:strict; word-break:auto-phrase; text-wrap:balance; }
.video-note{ color:var(--ink-dim); font-size:12px; margin-top:18px; }
@media(max-width:900px){
  .video-grid{ grid-template-columns:1fr; }
  .video-copy p{ font-size:14px; }
}

.hero-scale{
  display:flex; align-items:flex-start; justify-content:center;
  gap:0; margin:54px auto 40px; max-width:520px; position:relative;
}
.scale-side{
  display:flex; flex-direction:column; align-items:center; gap:6px;
  width:150px; padding-top:26px;
}
.scale-icon{ font-size:40px; line-height:1; }
.scale-label{ font-weight:700; font-size:16px; }
.scale-note{ font-size:12px; color:var(--ink-dim); font-family:var(--f-en); }
.scale-side.left  { animation:tiltL 5s ease-in-out infinite; }
.scale-side.right { animation:tiltR 5s ease-in-out infinite; }
@keyframes tiltL{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-10px);} }
@keyframes tiltR{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(10px);} }
.scale-beam{
  position:relative; width:10px; align-self:stretch;
}
.scale-beam .pivot{
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:14px; height:14px; border-radius:50%;
  background:var(--accent); box-shadow:0 0 20px var(--accent);
}
.scale-beam::before{
  content:""; position:absolute; top:6px; left:-155px; width:320px; height:3px;
  background:linear-gradient(90deg,var(--google),var(--claude));
  border-radius:3px; transform-origin:center;
  animation:beam 5s ease-in-out infinite;
}
@keyframes beam{ 0%,100%{ transform:rotate(-4deg);} 50%{ transform:rotate(4deg);} }
@media (prefers-reduced-motion: reduce){
  .scale-side.left,.scale-side.right,.scale-beam::before{ animation:none; }
}
@media (max-width:480px){
  .scale-side{ width:110px; }
  .scale-beam::before{ left:-115px; width:240px; }
}

/* ---- 2つの違い：VS ---- */
/* ---- AGI：最後の経営メッセージ ---- */
.agi-section .section-head h2 em{ color:#f2b85b; font-style:normal; }
.agi-visual{ margin:0 0 25px; overflow:hidden; border:1px solid rgba(242,184,91,.35); background:#080910; }
.agi-visual img{ display:block; width:100%; aspect-ratio:16/9; object-fit:cover; }
.agi-visual figcaption{ padding:13px 18px; color:var(--ink-soft); font-size:13px; text-align:center; }
.agi-levels{ display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:13px; align-items:center; }
.agi-levels article{ min-height:180px; padding:24px 22px; border:1px solid var(--panel-bd); background:var(--panel); }
.agi-levels article.now{ border-color:rgba(91,155,255,.5); }.agi-levels article.future{ border-color:rgba(242,184,91,.5); background:linear-gradient(145deg,rgba(242,184,91,.12),transparent); }
.agi-levels article>span{ font-size:11px; font-weight:900; letter-spacing:.12em; color:#f2b85b; }.agi-levels h3{ margin:7px 0; font-size:21px; }.agi-levels p{ color:var(--ink-soft); font-size:14px; line-height:1.7; }.agi-levels i{ color:#f2b85b; font-size:24px; font-style:normal; }
.agi-status{ margin-top:22px; padding:30px 28px; border-left:5px solid #f2b85b; background:linear-gradient(110deg,rgba(242,184,91,.14),transparent); }
.status-chip{ display:inline-block; padding:4px 10px; color:#120e06; background:#f2b85b; font-size:11px; font-weight:900; }.agi-status h3{ margin:13px 0; font-size:clamp(20px,3vw,30px); line-height:1.5; text-wrap:balance; }.agi-status p{ color:var(--ink-soft); font-size:15px; line-height:1.85; }.agi-status b{ color:var(--ink); }.agi-links{ display:flex; flex-wrap:wrap; gap:12px; margin-top:16px; }.agi-links a{ color:#f2b85b; font-size:13px; text-underline-offset:4px; }
.change-split{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:23px; }.change-card{ padding:27px 25px; border:1px solid var(--panel-bd); }.change-card>span{ font-size:12px; font-weight:900; letter-spacing:.1em; }.change-card h3{ margin:6px 0 15px; font-size:21px; }.change-card ul{ list-style:none; display:grid; gap:8px; }.change-card li{ position:relative; padding-left:19px; color:var(--ink-soft); font-size:14px; }.change-card li::before{ content:""; position:absolute; left:0; top:.7em; width:7px; height:7px; border-radius:50%; }.change-card.flexible{ border-color:rgba(91,155,255,.42); }.change-card.flexible>span{ color:#7cafef; }.change-card.flexible li::before{ background:#5b9bff; }.change-card.foundation{ border-color:rgba(242,184,91,.42); }.change-card.foundation>span{ color:#f2b85b; }.change-card.foundation li::before{ background:#f2b85b; }
.final-message{ margin-top:23px; padding:42px 28px; text-align:center; background:linear-gradient(135deg,#f2b85b,#ff8a00); color:#140d03; }.final-message p{ font-size:16px; }.final-message strong{ display:block; margin-top:7px; font-size:clamp(28px,5vw,54px); line-height:1.25; letter-spacing:-.02em; }
@media(max-width:760px){ .agi-levels{ grid-template-columns:1fr; }.agi-levels i{ transform:rotate(90deg); text-align:center; line-height:1; }.agi-levels article{ min-height:0; }.change-split{ grid-template-columns:1fr; } }
@media(max-width:480px){ .agi-status{ padding:24px 20px; }.agi-visual figcaption{ text-align:left; }.final-message{ padding:34px 18px; } }

/* ---- 2つの違い：VS ---- */
/* ---- 社員への還元 ---- */
.people-section .section-head h2 em{ color:#2fd4a7; font-style:normal; }
.bad-cycle{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:12px; padding:22px; border:1px solid rgba(255,84,112,.42); background:#0d0e17; }
.bad-cycle div{ padding:10px 14px; border:1px solid var(--panel-bd); font-weight:700; }
.bad-cycle b{ color:#ff5470; }.bad-cycle strong{ padding:10px 14px; color:#100307; background:#ff5470; }
.inside-first{ margin-top:22px; padding:34px 30px; border:1px solid rgba(47,212,167,.38); background:linear-gradient(145deg,rgba(47,212,167,.13),rgba(255,255,255,.025)); }
.inside-first>span{ color:#65e8c5; font-size:12px; font-weight:900; letter-spacing:.12em; }
.inside-first>h3{ max-width:850px; margin:8px 0 12px; font-size:clamp(23px,3.2vw,36px); line-height:1.4; text-wrap:balance; }
.inside-first>p{ max-width:850px; color:var(--ink-soft); font-size:15px; line-height:1.85; }
.inside-first>strong{ display:block; margin-top:22px; font-size:clamp(17px,2.2vw,23px); line-height:1.55; }
.role-split{ display:grid; grid-template-columns:1fr 1fr; gap:15px; margin-top:22px; }
.role-split>div{ padding:19px; border:1px solid rgba(47,212,167,.25); }.role-split b{ color:#65e8c5; }.role-split p{ margin-top:4px; color:var(--ink-soft); font-size:14px; }
.return-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:22px; }
.return-card{ padding:24px 21px; border:1px solid var(--panel-bd); background:rgba(255,255,255,.035); }
.return-card span{ font-family:var(--f-en); color:#2fd4a7; font-size:38px; font-weight:700; }.return-card h3{ margin:2px 0 7px; font-size:18px; }.return-card p{ color:var(--ink-soft); font-size:13px; line-height:1.7; }
.allocation-note{ margin-top:10px; color:var(--ink-dim); font-size:12px; }
.people-principles{ margin-top:24px; }.people-principles h3{ margin-bottom:13px; font-size:20px; }
.people-principles ol{ display:grid; grid-template-columns:repeat(5,1fr); gap:10px; list-style:none; counter-reset:promise; }
.people-principles li{ counter-increment:promise; padding:17px 14px; border-top:3px solid #2fd4a7; background:var(--panel); }
.people-principles li::before{ content:"0" counter(promise); display:block; color:#2fd4a7; font-family:var(--f-en); font-size:12px; margin-bottom:8px; }
.people-principles b,.people-principles span{ display:block; }.people-principles b{ font-size:14px; }.people-principles span{ margin-top:5px; color:var(--ink-soft); font-size:12px; line-height:1.55; }
.people-quote{ margin-top:24px; padding:32px; text-align:center; border:0; background:#2fd4a7; color:#07120f; font-size:clamp(19px,3vw,30px); line-height:1.55; }
@media(max-width:820px){ .return-grid{ grid-template-columns:1fr 1fr; }.people-principles ol{ grid-template-columns:1fr 1fr; } }
@media(max-width:520px){ .bad-cycle{ flex-direction:column; align-items:stretch; }.bad-cycle b{ transform:rotate(90deg); text-align:center; }.role-split,.return-grid,.people-principles ol{ grid-template-columns:1fr; }.inside-first{ padding:27px 21px; } }

/* ---- 2つの違い：VS ---- */
/* ---- AI主権 ---- */
.sovereignty-section .section-head h2 em{ color:#ff5470; font-style:normal; }
.sovereignty-chain{ display:grid; grid-template-columns:1fr auto 1fr auto 1fr auto 1fr; align-items:center; gap:12px; margin-bottom:26px; }
.sovereignty-chain div{ min-height:108px; display:flex; flex-direction:column; justify-content:center; padding:18px; text-align:center; border:1px solid rgba(255,84,112,.35); background:linear-gradient(150deg,rgba(255,84,112,.12),rgba(255,255,255,.025)); }
.sovereignty-chain span{ font-family:var(--f-en); font-size:11px; letter-spacing:.13em; color:#ff8192; }
.sovereignty-chain b{ margin-top:5px; font-size:15px; }
.sovereignty-chain i{ color:#ff5470; font-style:normal; font-size:22px; }
.sovereignty-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.sovereignty-card{ padding:27px 25px; border:1px solid var(--panel-bd); background:rgba(255,255,255,.035); }
.sovereignty-card.danger{ border-color:rgba(255,84,112,.55); background:linear-gradient(145deg,rgba(255,84,112,.13),rgba(255,255,255,.025)); }
.sv-num{ font-family:var(--f-en); font-size:12px; font-weight:700; color:#ff687c; }
.sovereignty-card h3{ font-size:20px; margin:7px 0 10px; text-wrap:balance; }
.sovereignty-card p{ color:var(--ink-soft); font-size:14px; line-height:1.8; line-break:strict; word-break:auto-phrase; text-wrap:pretty; }
.sovereignty-card b{ color:var(--ink); }
.sovereignty-card a{ display:inline-block; color:var(--ink-dim); font-size:12px; margin-top:13px; text-underline-offset:4px; }
.stop-scenario{ margin-top:20px; padding:22px; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:13px; border:1px solid rgba(255,84,112,.42); background:#0d0e17; }
.stop-label{ width:100%; text-align:center; font-family:var(--f-en); font-size:11px; letter-spacing:.16em; color:#ff687c; }
.stop-scenario p{ font-weight:700; }
.stop-scenario b{ color:#ff5470; }
.stop-scenario strong{ padding:6px 13px; color:#100307; background:#ff5470; }
.sovereignty-answer{ margin-top:20px; padding:30px 28px; border-left:5px solid #2fd4a7; background:linear-gradient(100deg,rgba(47,212,167,.13),transparent); }
.sovereignty-answer>p{ color:#6ff0ce; font-size:12px; font-weight:900; letter-spacing:.1em; }
.sovereignty-answer ul{ display:grid; grid-template-columns:repeat(5,1fr); gap:10px; list-style:none; margin:17px 0 22px; }
.sovereignty-answer li{ padding:13px 12px; border:1px solid rgba(47,212,167,.25); font-size:13px; line-height:1.55; }
.sovereignty-answer strong{ font-size:clamp(20px,3vw,32px); line-height:1.45; text-wrap:balance; }
@media(max-width:820px){
  .sovereignty-chain{ grid-template-columns:1fr; }
  .sovereignty-chain i{ transform:rotate(90deg); text-align:center; line-height:1; }
  .sovereignty-chain div{ min-height:0; }
  .sovereignty-grid{ grid-template-columns:1fr; }
  .sovereignty-answer ul{ grid-template-columns:1fr 1fr; }
}
@media(max-width:480px){
  .sovereignty-answer ul{ grid-template-columns:1fr; }
  .stop-scenario{ align-items:flex-start; flex-direction:column; }
  .stop-label{ text-align:left; }
  .stop-scenario b{ transform:rotate(90deg); margin-left:12px; }
}

/* ---- 2つの違い：VS ---- */
.vs-grid{ display:grid; grid-template-columns:1fr auto 1fr; gap:20px; align-items:stretch; }
.vs-card{
  padding:28px 26px; border-radius:18px; background:var(--panel);
  border:1px solid var(--panel-bd); transition:border-color .35s, transform .35s;
}
.vs-card:hover{ transform:translateY(-6px); }
.vs-card.cloud{ border-color:rgba(91,155,255,.4); }
.vs-card.local{ border-color:rgba(224,137,95,.4); }
.vs-head{ display:flex; align-items:center; gap:12px; margin-bottom:4px; }
.vs-emoji{ font-size:30px; }
.vs-head h3{ font-size:22px; font-weight:900; }
.vs-sub{ font-family:var(--f-en); font-size:12.5px; color:var(--ink-dim); margin-bottom:16px; }
.vs-card ul{ list-style:none; display:flex; flex-direction:column; gap:11px; }
.vs-card li{ font-size:14.5px; color:var(--ink-soft); line-height:1.7; padding-left:18px; position:relative; }
.vs-card li::before{ content:""; position:absolute; left:0; top:11px; width:7px; height:7px; border-radius:50%; background:var(--accent); }
.vs-card.cloud li::before{ background:#5b9bff; }
.vs-card.local li::before{ background:#e0895f; }
.vs-card li b{ color:var(--ink); }
.vs-mid{ display:flex; align-items:center; justify-content:center; }
.vs-mid span{
  font-family:var(--f-en); font-weight:700; font-size:16px; color:var(--accent);
  width:52px; height:52px; border-radius:50%; display:grid; place-items:center;
  border:1.5px dashed color-mix(in srgb,var(--accent) 55%,transparent);
}
@media (max-width:820px){
  .vs-grid{ grid-template-columns:1fr; }
  .vs-mid{ padding:2px 0; }
  .vs-mid span{ transform:rotate(90deg); }
}

/* ---- 汎用コールアウト ---- */
.callout{
  display:flex; gap:16px; align-items:flex-start; margin-top:28px;
  padding:22px 24px; border-radius:16px; background:var(--panel);
  border:1px solid var(--panel-bd);
}
.callout-icon{ font-size:26px; flex:none; }
.callout div{ font-size:14.5px; color:var(--ink-soft); line-height:1.75; }
.callout div b{ color:var(--ink); }
.callout.warn{ border-left:4px solid #f5a623; }
.callout.tip{ border-left:4px solid var(--accent); }

/* ---- 主要モデルカード ---- */
.model-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.model-card{
  padding:24px 22px; border-radius:16px; background:var(--panel);
  border:1px solid var(--panel-bd); border-top:3px solid var(--c);
  transition:transform .35s, box-shadow .35s;
}
.model-card:hover{ transform:translateY(-6px); box-shadow:0 16px 36px -22px var(--c); }
.model-top{ display:flex; align-items:baseline; gap:8px; }
.model-flag{ font-size:18px; }
.model-card h3{ font-size:20px; font-weight:900; display:flex; align-items:baseline; gap:7px; }
.model-card h3 span{ font-family:var(--f-en); font-size:12px; font-weight:500; color:var(--c); }
.model-maker{ font-size:12px; color:var(--ink-dim); margin:4px 0 12px; }
.model-card p:last-child{ font-size:13.5px; color:var(--ink-soft); line-height:1.7; }
.model-card p b{ color:var(--ink); }
@media (max-width:860px){ .model-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px){ .model-grid{ grid-template-columns:1fr; } }

/* ---- スペック表 ---- */
.spec-table{ border:1px solid var(--panel-bd); border-radius:16px; overflow:hidden; background:var(--panel); }
.spec-row{
  display:grid; grid-template-columns:1.3fr 1fr 1.3fr 1fr; gap:14px;
  padding:18px 22px; border-bottom:1px solid var(--panel-bd); align-items:center; font-size:14px;
}
.spec-row:last-child{ border-bottom:0; }
.spec-row.spec-head{ background:color-mix(in srgb,var(--accent) 12%,transparent); font-weight:700; color:var(--ink); font-size:13.5px; }
.spec-use b{ display:block; color:var(--ink); font-size:15px; }
.spec-use span{ font-size:12px; color:var(--ink-dim); }
.spec-row small{ color:var(--ink-dim); font-size:11.5px; }
.spec-cost{ font-weight:700; }
.spec-cost.low{ color:#2fd4a7; }
.spec-cost.mid{ color:#5b9bff; }
.spec-cost.high{ color:#f5a623; }
.spec-cost.top{ color:#ff5470; }
@media (max-width:820px){
  .spec-row{ grid-template-columns:1fr 1fr; gap:8px 14px; }
  .spec-row.spec-head{ display:none; }
  .spec-use{ grid-column:1 / -1; }
}

.spec-notes{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:22px; }
.spec-note{
  display:flex; gap:14px; padding:20px 22px; border-radius:14px;
  background:var(--panel); border:1px solid var(--panel-bd);
}
.sn-icon{ font-size:24px; flex:none; }
.spec-note b{ font-size:15px; }
.spec-note p{ font-size:13.5px; color:var(--ink-soft); margin-top:4px; line-height:1.7; }
@media (max-width:640px){ .spec-notes{ grid-template-columns:1fr; } }

/* ---- 活用事例 ---- */
.case-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.case-card{
  padding:22px 22px; border-radius:16px; background:var(--panel);
  border:1px solid var(--panel-bd); border-left:4px solid var(--accent);
  transition:border-color 1s, transform .35s;
}
.case-card:hover{ transform:translateY(-5px); }
.case-tag{
  display:inline-block; font-size:11.5px; font-weight:700; color:var(--accent);
  padding:3px 12px; border-radius:20px; margin-bottom:10px;
  background:color-mix(in srgb,var(--accent) 14%,transparent); transition:color 1s, background 1s;
}
.case-card h4{ font-size:15.5px; margin-bottom:6px; }
.case-card p{ font-size:13.5px; color:var(--ink-soft); line-height:1.7; }
@media (max-width:820px){ .case-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .case-grid{ grid-template-columns:1fr; } }

/* ---- メリット・デメリット ---- */
.balance-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.balance-col{ padding:26px 24px; border-radius:18px; background:var(--panel); border:1px solid var(--panel-bd); }
.balance-col.local{ border-color:rgba(224,137,95,.35); }
.balance-col.cloud{ border-color:rgba(91,155,255,.35); }
.balance-col h3{ font-size:20px; font-weight:900; display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.bc-emoji{ font-size:26px; }
.bc-block{ margin-bottom:14px; }
.bc-block:last-child{ margin-bottom:0; }
.bc-label{
  display:inline-block; font-size:12px; font-weight:700; padding:3px 12px; border-radius:6px; margin-bottom:10px;
}
.bc-block.pro .bc-label{ color:#0a0b14; background:#2fd4a7; }
.bc-block.con .bc-label{ color:#0a0b14; background:#ff5470; }
.bc-block ul{ list-style:none; display:flex; flex-direction:column; gap:9px; }
.bc-block li{ font-size:14px; color:var(--ink-soft); line-height:1.65; padding-left:22px; position:relative; }
.bc-block.pro li::before{ content:"＋"; position:absolute; left:0; top:0; color:#2fd4a7; font-weight:700; }
.bc-block.con li::before{ content:"−"; position:absolute; left:2px; top:0; color:#ff5470; font-weight:700; }
.bc-block li b{ color:var(--ink); }
@media (max-width:760px){ .balance-wrap{ grid-template-columns:1fr; } }

/* ---- 判断フロー ---- */
.flow{ list-style:none; display:flex; flex-direction:column; gap:14px; }
.flow li{
  display:flex; gap:20px; align-items:flex-start;
  padding:24px 26px; border-radius:16px; background:var(--panel); border:1px solid var(--panel-bd);
  position:relative;
}
.flow li:not(:last-child)::after{
  content:""; position:absolute; left:44px; bottom:-14px; width:2px; height:14px;
  background:color-mix(in srgb,var(--accent) 50%,transparent);
}
.flow-q{
  flex:none; width:48px; height:48px; border-radius:12px; display:grid; place-items:center;
  font-family:var(--f-en); font-weight:700; font-size:15px; color:#0a0b14;
  background:var(--accent); box-shadow:0 0 22px -6px var(--accent); transition:all 1s;
}
.flow h4{ font-size:17px; margin-bottom:6px; }
.flow p{ font-size:14px; color:var(--ink-soft); line-height:1.8; }
.flow b{ color:var(--ink); }
@media (max-width:560px){ .flow li{ flex-direction:column; gap:12px; } .flow li::after{ display:none; } }

/* ---- アジェンダ（目次） ---- */
.agenda{ list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:14px; counter-reset:none; }
.agenda li a{
  display:flex; align-items:center; gap:18px;
  padding:18px 22px; border-radius:14px; text-decoration:none;
  background:var(--panel); border:1px solid var(--panel-bd); color:var(--ink);
  transition:transform .3s, border-color .3s, background .3s;
}
.agenda li a:hover{
  transform:translateX(6px);
  border-color:color-mix(in srgb,var(--accent) 55%,transparent);
  background:color-mix(in srgb,var(--accent) 8%,transparent);
}
.ag-n{
  font-family:var(--f-en); font-weight:700; font-size:20px; color:var(--accent);
  flex:none; width:34px; transition:color 1s;
}
.ag-t{ display:flex; flex-direction:column; font-weight:700; font-size:16px; }
.ag-t small{ font-weight:400; font-size:12.5px; color:var(--ink-dim); margin-top:3px; }
@media (max-width:640px){ .agenda{ grid-template-columns:1fr; } }
