/* forvendor-redesign.css — Operator's Desk LP (post_id=107744) */
/* Namespace: .fvrd-* / Design tokens scoped to .fvrd */

/* =============================================
   TOKENS  — Dark Navy × Blue × Orange
   ============================================= */
.fvrd {
  /* CTA / accent-orange (ボタン・数値強調) */
  --p500:#FF6600;--p600:#E55A00;--p300:#FF9B5A;--p50:rgba(255,102,0,.10);
  /* Blue accent (見出しアクセント・チップ・ハイライト) */
  --b500:#3b82f6;--b600:#2563eb;--b300:#60a5fa;--b50:rgba(59,130,246,.12);
  /* Cyan (LIVE dot・sparkline・アフィリバー) */
  --cyan:#06B6D4;--cyan-dim:rgba(6,182,212,.15);
  /* Backgrounds — dark navy */
  --bg:#080d1a;--bgw:#0d1526;--bgc:#1d2b42;--bgc2:#243350;
  --glass:rgba(255,255,255,.06);--glass-border:rgba(255,255,255,.14);
  /* Text */
  --ink9:#ffffff;--ink7:#e2e8f0;--ink5:#94a3b8;--ink3:rgba(255,255,255,.10);
  /* Semantic */
  --ok:#34d399;--ng:#f87171;--gold:#fbbf24;
  /* Shadows — blue glow */
  --sh-sm:0 2px 12px rgba(0,0,0,.35);
  --sh-md:0 8px 32px rgba(0,0,0,.45),0 2px 8px rgba(59,130,246,.08);
  --sh-lg:0 20px 60px rgba(0,0,0,.55),0 4px 16px rgba(59,130,246,.12);
  --sh-blue:0 0 32px rgba(59,130,246,.20),0 0 8px rgba(59,130,246,.10);
  --r8:8px;--r12:12px;--r16:16px;--r24:24px;--r99:9999px;
  --ease:cubic-bezier(.2,.9,.2,1);
  font-family:"Inter","Noto Sans JP",system-ui,sans-serif;
  color:var(--ink7);
  background:var(--bg);
}

/* =============================================
   RESET / WRAP
   ============================================= */
.fvrd-wrap { max-width:1200px; margin:0 auto; padding:0 clamp(20px,4vw,40px); }
.fvrd-wrap--wide { max-width:1320px; margin:0 auto; padding:0 clamp(20px,4vw,40px); }
.fvrd *,
.fvrd *::before,
.fvrd *::after { box-sizing:border-box; }
.fvrd img { max-width:100%; height:auto; }
.fvrd-section { padding:clamp(72px,10vw,128px) 0; }
.fvrd-section--alt { background:var(--bgw); }
.fvrd-eyebrow {
  display:inline-block;
  font-size:12px; line-height:1;
  font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  color:var(--cyan); margin-bottom:16px;
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fvrd-blink { 0%,100%{opacity:1} 50%{opacity:.35} }
@keyframes fvrd-fade-up { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:none} }
@keyframes fvrd-sparkline-draw { from{stroke-dashoffset:1000} to{stroke-dashoffset:0} }
@keyframes fvrd-count-up { from{opacity:0} to{opacity:1} }

.fvrd-fade-in { opacity:0; }
.fvrd-fade-in.is-visible {
  animation:fvrd-fade-up .6s var(--ease) forwards;
}
@media (prefers-reduced-motion:reduce) {
  .fvrd-fade-in { opacity:1 !important; animation:none !important; }
}

/* =============================================
   §1 HERO
   ============================================= */
.fvrd-hero {
  position:relative; overflow:hidden;
  background:var(--bg);
  padding:clamp(80px,12vw,140px) 0 clamp(64px,10vw,100px);
}
.fvrd-hero__mesh {
  position:absolute; inset:0; pointer-events:none; z-index:0;
  background:
    radial-gradient(ellipse 70% 80% at -10% -10%, rgba(37,99,235,.30) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 110% 20%, rgba(6,182,212,.18) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 50% 110%, rgba(59,130,246,.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(37,99,235,.08) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 75% 95%, rgba(255,102,0,.08) 0%, transparent 55%);
}
.fvrd-hero__grid {
  position:relative; z-index:1;
  display:grid;
  grid-template-columns:7fr 5fr;
  gap:clamp(40px,6vw,80px);
  align-items:center;
}
.fvrd-hero__left { display:flex; flex-direction:column; gap:0; }
.fvrd-hero__h1 {
  font-size:clamp(32px,4.8vw,66px);
  line-height:1.08; font-weight:650;
  color:var(--ink9); letter-spacing:-.025em;
  margin:0 0 20px;
  hanging-punctuation:first allow-end;
}
.fvrd-hero__sub {
  font-size:clamp(16px,1.4vw,18px); line-height:1.75;
  color:var(--ink7); max-width:480px; margin:0 0 32px;
}
.fvrd-hero__metrics {
  display:flex; gap:clamp(24px,4vw,48px); margin:0 0 36px;
}
.fvrd-hero__metric { display:flex; flex-direction:column; gap:4px; }
.fvrd-hero__metric-val {
  font-size:clamp(40px,5vw,72px); line-height:1;
  font-weight:700; letter-spacing:-.04em; font-variant-numeric:tabular-nums;
  font-family:"JetBrains Mono","SF Mono",monospace;
  color:var(--ink9);
}
.fvrd-hero__metric-val--primary { color:var(--p500); }
.fvrd-hero__metric-cap {
  font-size:12px; font-weight:600; letter-spacing:.05em; color:var(--ink5);
}
.fvrd-hero__cta { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.fvrd-hero__cta-micro { margin-top:10px; font-size:12px; color:var(--ink5); }

/* CTA buttons */
.fvrd-btn-primary {
  display:inline-flex; align-items:center; justify-content:center;
  height:56px; padding:0 32px; border-radius:var(--r99);
  background:linear-gradient(135deg,#FF7A3D 0%,var(--p500) 100%);
  color:#fff; font-size:16px; font-weight:600;
  box-shadow:var(--sh-md), 0 0 0 0 rgba(255,102,0,.4);
  border:none; cursor:pointer; text-decoration:none;
  transition:transform .15s var(--ease), box-shadow .15s var(--ease);
  white-space:nowrap;
}
.fvrd-btn-primary:hover {
  transform:translateY(-2px);
  box-shadow:var(--sh-lg), 0 0 0 4px rgba(255,102,0,.15);
}
.fvrd-btn-outline {
  display:inline-flex; align-items:center; justify-content:center;
  height:56px; padding:0 28px; border-radius:var(--r99);
  border:1.5px solid var(--glass-border); color:var(--ink7);
  font-size:16px; font-weight:600; background:var(--glass);
  cursor:pointer; text-decoration:none;
  transition:background .15s, color .15s, border-color .15s;
  white-space:nowrap; backdrop-filter:blur(4px);
}
.fvrd-btn-outline:hover { background:var(--bgc2); color:#fff; border-color:var(--b300); }

/* Hero right card */
.fvrd-hero__card {
  background:var(--bgc2);
  border:1px solid var(--glass-border);
  border-radius:var(--r24);
  box-shadow:var(--sh-lg),var(--sh-blue);
  padding:28px;
  display:flex; flex-direction:column; gap:20px;
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
}
.fvrd-hero__card-head {
  display:flex; justify-content:space-between; align-items:center;
}
.fvrd-hero__card-title { font-size:13px; font-weight:600; color:var(--ink5); }
.fvrd-hero__card-live {
  display:flex; align-items:center; gap:6px;
  font-size:11px; font-weight:600; letter-spacing:.06em; color:var(--cyan);
}
.fvrd-hero__card-live-dot {
  width:8px; height:8px; border-radius:50%;
  background:var(--cyan); flex-shrink:0;
  animation:fvrd-blink 1s ease-in-out infinite;
}
@media (prefers-reduced-motion:reduce) {
  .fvrd-hero__card-live-dot { animation:none; opacity:1; }
}
.fvrd-hero__card-main-val {
  font-size:clamp(36px,4vw,52px); font-weight:700;
  font-family:"JetBrains Mono","SF Mono",monospace;
  letter-spacing:-.03em; color:var(--p500); line-height:1;
}
.fvrd-hero__card-delta {
  display:inline-flex; align-items:center; gap:4px;
  font-size:13px; font-weight:600; color:var(--ok); margin-top:4px;
}
.fvrd-sparkline { width:100%; height:72px; overflow:visible; }
.fvrd-sparkline__fill { fill:url(#fvrd-spark-grad); }
.fvrd-sparkline__line {
  fill:none; stroke:var(--cyan); stroke-width:2;
  stroke-dasharray:1000; stroke-dashoffset:1000;
}
.fvrd-sparkline__line.is-visible {
  animation:fvrd-sparkline-draw 1.4s var(--ease) forwards .3s;
}
.fvrd-hero__card-breakdown { display:flex; flex-direction:column; gap:6px; }
.fvrd-hero__card-row {
  display:flex; justify-content:space-between; align-items:center;
  font-size:13px;
}
.fvrd-hero__card-row-label { color:var(--ink5); }
.fvrd-hero__card-row-val {
  font-family:"JetBrains Mono","SF Mono",monospace;
  font-weight:600; color:var(--b300);
}
.fvrd-hero__card-progress-wrap {
  background:rgba(255,255,255,.04); border-radius:var(--r8); padding:12px 14px;
  border:1px solid var(--glass-border);
}
.fvrd-hero__card-progress-label { font-size:12px; color:var(--ink5); margin-bottom:8px; }
.fvrd-hero__card-progress-bar {
  height:6px; background:var(--ink3); border-radius:var(--r99); overflow:hidden;
}
.fvrd-hero__card-progress-fill {
  height:100%; width:60%; background:linear-gradient(90deg,var(--b300),var(--b500));
  border-radius:var(--r99);
}

/* =============================================
   §2 TRUST BAR
   ============================================= */
.fvrd-trust {
  background:var(--bgw);
  border-top:1px solid var(--glass-border); border-bottom:1px solid var(--glass-border);
  padding:0;
}
.fvrd-trust__inner {
  display:flex; align-items:center; justify-content:center;
  flex-wrap:wrap; gap:0;
  min-height:96px;
}
.fvrd-trust__item {
  display:flex; align-items:center; gap:10px;
  padding:20px clamp(20px,4vw,48px);
  border-right:1px solid var(--glass-border);
}
.fvrd-trust__item:last-child { border-right:none; }
.fvrd-trust__val {
  font-size:28px; font-weight:700;
  font-family:"JetBrains Mono","SF Mono",monospace;
  color:var(--p500); letter-spacing:-.02em; line-height:1;
}
.fvrd-trust__label { font-size:13px; color:var(--ink5); line-height:1.4; }
.fvrd-trust__note { font-size:11px; color:var(--ink5); text-align:center; padding-bottom:8px; }

/* =============================================
   §3 STRENGTHS
   ============================================= */
.fvrd-strengths__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; line-height:1.2;
  text-align:center; margin:0 0 56px;
}
.fvrd-strengths__grid {
  display:grid;
  grid-template-columns:repeat(3,1fr); gap:24px;
}
.fvrd-strengths__card {
  background:var(--bgc); border:1px solid var(--glass-border); border-radius:var(--r16);
  padding:32px; transition:transform .2s var(--ease), box-shadow .2s var(--ease);
}
.fvrd-strengths__card:hover { transform:translateY(-2px); box-shadow:var(--sh-md),var(--sh-blue); }
.fvrd-strengths__icon {
  width:48px; height:48px; margin-bottom:20px;
  color:var(--p500);
}
.fvrd-strengths__card-title {
  font-size:17px; font-weight:600; color:var(--ink9); margin:0 0 10px; line-height:1.3;
}
.fvrd-strengths__card-sub { font-size:14px; color:var(--ink5); line-height:1.65; margin:0; }

/* =============================================
   §4 EARNINGS
   ============================================= */
.fvrd-earnings__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; line-height:1.2;
  margin:0 0 56px; text-align:center;
}
.fvrd-earnings__grid {
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,6vw,72px);
  align-items:start;
}
.fvrd-earnings__left {}
.fvrd-earnings__big {
  font-size:clamp(64px,9vw,96px); font-weight:700;
  font-family:"JetBrains Mono","SF Mono",monospace;
  color:var(--p500); letter-spacing:-.04em; line-height:1;
}
.fvrd-earnings__big-cap { font-size:18px; font-weight:600; color:var(--ink7); margin:8px 0 28px; }
.fvrd-earnings__bar {
  height:20px; border-radius:var(--r99); overflow:hidden;
  display:flex; margin-bottom:12px;
}
.fvrd-earnings__bar-sales {
  height:100%; width:70%; background:var(--p500);
  display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:700; color:#fff; letter-spacing:.04em;
}
.fvrd-earnings__bar-affil {
  height:100%; width:10%; background:var(--cyan);
  display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:700; color:#fff;
}
.fvrd-earnings__bar-base {
  height:100%; flex:1; background:var(--ink3);
}
.fvrd-earnings__bar-legend {
  display:flex; gap:16px; flex-wrap:wrap; margin-top:8px;
}
.fvrd-earnings__legend-item {
  display:flex; align-items:center; gap:6px; font-size:13px; color:var(--ink5);
}
.fvrd-earnings__legend-dot {
  width:10px; height:10px; border-radius:50%; flex-shrink:0;
}

/* Comparison table */
.fvrd-cmp { width:100%; border-collapse:collapse; font-size:14px; }
.fvrd-cmp thead th {
  padding:10px 14px; font-weight:600; font-size:12px; letter-spacing:.04em; text-transform:uppercase;
  color:var(--ink5); border-bottom:2px solid var(--glass-border); text-align:center;
}
.fvrd-cmp thead th:first-child { text-align:left; }
.fvrd-cmp thead th.fvrd-cmp__hl { color:var(--b300); }
.fvrd-cmp tbody tr { border-bottom:1px solid var(--glass-border); }
.fvrd-cmp tbody tr:last-child { border-bottom:none; }
.fvrd-cmp td {
  padding:11px 14px; text-align:center; color:var(--ink7);
  vertical-align:middle;
}
.fvrd-cmp td:first-child { text-align:left; font-weight:500; color:var(--ink9); }
.fvrd-cmp td.fvrd-cmp__hl {
  background:var(--b50); border-left:3px solid var(--b500); font-weight:600; color:var(--ink9);
}
.fvrd-cmp-ok { color:var(--ok); }
.fvrd-cmp-ng { color:var(--ink3); }
.fvrd-cmp-partial { color:#f59e0b; font-weight:700; font-size:15px; }
.fvrd-cmp-cell-note { display:block; font-size:10.5px; color:var(--ink5); margin-top:3px; line-height:1.35; font-weight:400; }
.fvrd-cmp-note { font-size:11px; color:var(--ink5); margin-top:10px; line-height:1.6; }

/* =============================================
   §5 CALCULATOR
   ============================================= */
.fvrd-calc { text-align:center; }
.fvrd-calc__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; line-height:1.2;
  margin:0 0 12px;
}
.fvrd-calc__sub { font-size:16px; color:var(--ink5); margin:0 0 48px; }
.fvrd-calc__card {
  max-width:880px; margin:0 auto;
  background:var(--bgc); border:1px solid var(--glass-border);
  border-radius:var(--r24); box-shadow:var(--sh-lg),var(--sh-blue); padding:clamp(28px,5vw,48px);
  text-align:left;
}
.fvrd-calc__grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,48px); }
.fvrd-calc__inputs { display:flex; flex-direction:column; gap:32px; }
.fvrd-calc__slider-group { display:flex; flex-direction:column; gap:12px; }
.fvrd-calc__slider-head { display:flex; justify-content:space-between; align-items:baseline; }
.fvrd-calc__slider-label { font-size:14px; font-weight:600; color:var(--ink7); }
.fvrd-calc__slider-val {
  font-size:20px; font-weight:700; font-family:"JetBrains Mono","SF Mono",monospace;
  color:var(--p500); letter-spacing:-.02em;
}
.fvrd-calc__slider {
  -webkit-appearance:none; appearance:none;
  width:100%; height:6px; border-radius:var(--r99);
  background:linear-gradient(90deg, var(--p500) 0% var(--pct,50%), var(--ink3) var(--pct,50%) 100%);
  outline:none; cursor:pointer;
}
.fvrd-calc__slider::-webkit-slider-thumb {
  -webkit-appearance:none; appearance:none;
  width:22px; height:22px; border-radius:50%;
  background:var(--bgc); border:2px solid var(--p500);
  box-shadow:0 2px 8px rgba(255,102,0,.3);
  cursor:pointer; transition:transform .1s;
}
.fvrd-calc__slider::-webkit-slider-thumb:hover { transform:scale(1.15); }
.fvrd-calc__slider::-moz-range-thumb {
  width:22px; height:22px; border-radius:50%;
  background:var(--bgc); border:2px solid var(--p500);
  box-shadow:0 2px 8px rgba(255,102,0,.3); cursor:pointer;
}
.fvrd-calc__results { display:flex; flex-direction:column; gap:16px; }
.fvrd-calc__result-row {
  display:flex; justify-content:space-between; align-items:baseline;
  padding:12px 0; border-bottom:1px solid var(--glass-border);
}
.fvrd-calc__result-row:last-of-type { border-bottom:none; }
.fvrd-calc__result-label { font-size:14px; color:var(--ink5); }
.fvrd-calc__result-val {
  font-family:"JetBrains Mono","SF Mono",monospace;
  font-size:16px; font-weight:600; color:var(--ink7);
}
.fvrd-calc__result-val--note {
  font-family:inherit; font-size:12.5px; font-weight:500;
  color:var(--ink5); text-align:right; max-width:55%; line-height:1.5;
}
.fvrd-calc__total {
  background:var(--b50); border:1px solid rgba(59,130,246,.25); border-radius:var(--r12); padding:20px;
  display:flex; flex-direction:column; gap:4px;
}
.fvrd-calc__total-label { font-size:13px; font-weight:600; letter-spacing:.04em; color:var(--b300); text-transform:uppercase; }
.fvrd-calc__total-val {
  font-size:clamp(28px,3.5vw,42px); font-weight:700;
  font-family:"JetBrains Mono","SF Mono",monospace;
  color:var(--p500); letter-spacing:-.03em; line-height:1;
}
.fvrd-calc__disclaimer {
  font-size:12px; color:var(--ink5); margin-top:20px; line-height:1.6;
  border-top:1px solid var(--glass-border); padding-top:16px;
}
.fvrd-calc__cta {
  margin-top:24px; display:flex; flex-direction:column;
  align-items:center; gap:10px;
}
.fvrd-calc__cta-note { font-size:12px; color:var(--ink5); }

/* =============================================
   §6.5 ASSURANCE (安心して出品できる)
   ============================================= */
.fvrd-assure__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; line-height:1.2;
  text-align:center; margin:0 0 16px;
}
.fvrd-assure__lead {
  text-align:center; max-width:680px; margin:0 auto 48px;
  font-size:clamp(15px,1.4vw,17px); color:var(--ink7); line-height:1.8;
}
.fvrd-assure__grid {
  display:grid; grid-template-columns:1fr 1fr; gap:20px;
  max-width:900px; margin:0 auto;
}
.fvrd-assure__item {
  display:flex; gap:14px; padding:22px 24px;
  background:var(--glass); border:1px solid var(--glass-border);
  border-left:3px solid var(--ok); border-radius:var(--r12);
}
.fvrd-assure__item-icon { color:var(--ok); flex-shrink:0; margin-top:2px; }
.fvrd-assure__item-title { font-weight:700; color:var(--ink9); margin:0 0 5px; font-size:15.5px; }
.fvrd-assure__item-desc { font-size:13.5px; color:var(--ink7); line-height:1.65; margin:0; }
@media (max-width:767px) { .fvrd-assure__grid { grid-template-columns:1fr; } }

/* =============================================
   §6 VENDOR VOICE
   ============================================= */
.fvrd-voice__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; text-align:center; margin:0 0 56px;
}
.fvrd-voice__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.fvrd-voice__card {
  background:var(--bgc); border:1px solid var(--glass-border); border-radius:var(--r16);
  padding:32px; display:flex; flex-direction:column; gap:16px; min-height:320px;
}
.fvrd-voice__card-head { display:flex; align-items:center; gap:14px; }
.fvrd-voice__avatar {
  width:48px; height:48px; border-radius:50%;
  background:var(--bgw); border:1px solid var(--glass-border); flex-shrink:0; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.fvrd-voice__avatar svg { width:32px; height:32px; color:var(--ink3); }
.fvrd-voice__meta { display:flex; flex-direction:column; gap:4px; }
.fvrd-voice__name { font-size:14px; font-weight:600; color:var(--ink9); }
.fvrd-voice__chip {
  display:inline-flex; align-items:center;
  background:var(--b50); color:var(--b300);
  font-size:11px; font-weight:700; letter-spacing:.06em;
  border-radius:var(--r99); padding:2px 10px;
  border:1px solid rgba(59,130,246,.2);
}
.fvrd-voice__quote {
  font-size:15px; line-height:1.7; color:var(--ink7); flex:1;
  font-style:italic;
}
.fvrd-voice__income {
  font-family:"JetBrains Mono","SF Mono",monospace;
  font-size:14px; font-weight:600; color:var(--ok);
}
.fvrd-voice__coming {
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  flex:1; gap:12px;
}
.fvrd-voice__coming-badge {
  background:var(--bgw); border:1px solid var(--glass-border); border-radius:var(--r8); padding:8px 16px;
  font-size:11px; font-weight:700; letter-spacing:.08em; color:var(--ink5); text-transform:uppercase;
}
.fvrd-voice__coming-text { font-size:13px; color:var(--ink5); text-align:center; line-height:1.6; }

/* =============================================
   §7 TIMELINE
   ============================================= */
.fvrd-timeline__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; text-align:center; margin:0 0 16px;
}
.fvrd-timeline__sub {
  font-size:clamp(16px,1.4vw,20px); color:var(--ink5); text-align:center; margin:0 0 56px;
}
.fvrd-timeline__track {
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  position:relative;
}
.fvrd-timeline__track::before {
  content:''; position:absolute; top:24px; left:12%; right:12%;
  height:2px;
  background:repeating-linear-gradient(90deg, var(--p500) 0 8px, transparent 8px 16px);
  z-index:0;
}
.fvrd-timeline__node { display:flex; flex-direction:column; align-items:center; gap:16px; position:relative; z-index:1; padding:0 12px; }
.fvrd-timeline__node-circle {
  width:48px; height:48px; border-radius:50%;
  background:var(--bgc); border:2px solid var(--b500);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; color:var(--b300);
  box-shadow:0 0 0 6px var(--b50),var(--sh-blue);
}
.fvrd-timeline__node-time {
  font-size:11px; font-weight:700; letter-spacing:.08em; color:var(--b300); text-transform:uppercase;
}
.fvrd-timeline__node-title { font-size:15px; font-weight:600; color:var(--ink9); text-align:center; }
.fvrd-timeline__node-desc { font-size:13px; color:var(--ink5); text-align:center; line-height:1.5; }

/* =============================================
   §8 MISSION
   ============================================= */
.fvrd-mission { text-align:center; }
.fvrd-mission__inner { max-width:880px; margin:0 auto; }
.fvrd-mission__h2 {
  font-size:clamp(28px,4vw,48px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; margin:0 0 32px;
}
.fvrd-mission__video-wrap {
  border-radius:var(--r16); overflow:hidden; box-shadow:var(--sh-lg);
  margin-bottom:32px; background:#000;
}
.fvrd-mission__video-wrap video { width:100%; display:block; }
.fvrd-mission__desc { font-size:16px; color:var(--ink5); line-height:1.8; text-align:left; }

/* =============================================
   §9 PRODUCTS
   ============================================= */
.fvrd-products__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; text-align:center; margin:0 0 56px;
}
.fvrd-products__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.fvrd-products__tile {
  background:var(--bgc); border:1px solid var(--glass-border); border-radius:var(--r16);
  padding:32px; text-align:center;
  transition:transform .2s var(--ease);
}
.fvrd-products__tile:hover { transform:translateY(-2px) rotate(.5deg); }
.fvrd-products__tile-icon { width:48px; height:48px; margin:0 auto 20px; color:var(--p500); }
.fvrd-products__tile-title { font-size:17px; font-weight:600; color:var(--ink9); margin:0 0 8px; }
.fvrd-products__tile-sub { font-size:13px; color:var(--ink5); line-height:1.6; margin:0 0 10px; }
.fvrd-products__tile-cap { font-size:12px; color:var(--ink5); font-style:italic; }

/* =============================================
   §10 FAQ
   ============================================= */
.fvrd-faq__heading {
  font-size:clamp(28px,3.5vw,44px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; text-align:center; margin:0 0 56px;
}
.fvrd-faq__grid { max-width:800px; margin:0 auto; display:flex; flex-direction:column; gap:0; }
.fvrd-faq-item { border-bottom:1px solid var(--glass-border); }
.fvrd-faq-item:first-child { border-top:1px solid var(--glass-border); }
.fvrd-faq-q {
  width:100%; background:none; border:none; cursor:pointer;
  display:flex; justify-content:space-between; align-items:center;
  padding:20px 0; text-align:left; gap:16px;
}
.fvrd-faq-q-text { font-size:16px; font-weight:600; color:var(--ink9); line-height:1.4; }
.fvrd-faq-q-icon {
  width:24px; height:24px; border-radius:50%;
  background:var(--glass); border:1px solid var(--glass-border); flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  color:var(--ink5); font-size:16px; line-height:1;
  transition:transform .25s var(--ease), background .2s;
}
.fvrd-faq-item.is-open .fvrd-faq-q-icon { transform:rotate(45deg); background:var(--b50); color:var(--b300); }
.fvrd-faq-a {
  max-height:0; overflow:hidden;
  transition:max-height .35s var(--ease), padding .25s var(--ease);
  padding:0;
}
.fvrd-faq-item.is-open .fvrd-faq-a { max-height:400px; padding-bottom:20px; }
.fvrd-faq-a p { font-size:15px; line-height:1.75; color:var(--ink5); margin:0; }
.fvrd-faq__toto {
  text-align:center; margin-top:32px;
}
.fvrd-faq__toto-chip {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--glass); border:1px solid var(--glass-border); border-radius:var(--r99);
  padding:10px 20px; font-size:14px; color:var(--ink7); font-weight:500;
  text-decoration:none;
  transition:background .15s, box-shadow .15s;
}
.fvrd-faq__toto-chip:hover { background:var(--bgc); box-shadow:var(--sh-sm),var(--sh-blue); }
.fvrd-faq__toto-img { width:36px; height:36px; border-radius:50%; object-fit:contain; }

/* =============================================
   FOOTER (legal links)
   ============================================= */
.fvrd-footer {
  border-top:1px solid var(--glass-border);
  padding:32px 0 40px; text-align:center;
}
.fvrd-footer__links {
  display:flex; flex-wrap:wrap; justify-content:center;
  gap:10px 22px; margin-bottom:16px;
}
.fvrd-footer__links a {
  font-size:13px; color:var(--ink5); text-decoration:none;
  transition:color .15s;
}
.fvrd-footer__links a:hover { color:var(--ink9); text-decoration:underline; }
.fvrd-footer__copy { font-size:12px; color:var(--ink3); margin:0; }
@media (max-width:767px) {
  .fvrd-footer { padding-bottom:88px; } /* sticky CTA バーと重ならない余白 */
}

/* =============================================
   §11 FINAL CTA
   ============================================= */
.fvrd-finalcta {
  background:var(--bg);
  text-align:center;
  position:relative; overflow:hidden;
}
.fvrd-finalcta__mesh {
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(37,99,235,.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 80% 30%, rgba(6,182,212,.10) 0%, transparent 60%);
}
.fvrd-finalcta__inner { position:relative; z-index:1; max-width:720px; margin:0 auto; }
.fvrd-finalcta__h2 {
  font-size:clamp(28px,4vw,48px); font-weight:600;
  color:var(--ink9); letter-spacing:-.02em; margin:0 0 16px; line-height:1.2;
}
.fvrd-finalcta__sub { font-size:14px; color:var(--ink5); margin:0 0 40px; }
.fvrd-finalcta__cta { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; }
.fvrd-finalcta__micro { margin-top:14px; font-size:12px; color:var(--ink5); }

/* =============================================
   STICKY MOBILE BAR
   ============================================= */
.fvrd-sticky {
  display:none;
  position:fixed; bottom:0; left:0; right:0; z-index:100;
  height:64px; background:var(--bgw);
  border-top:1px solid var(--glass-border);
  box-shadow:0 -4px 20px rgba(0,0,0,.40);
  padding:0 16px;
  align-items:center;
  transform:translateY(100%); transition:transform .3s var(--ease);
}
.fvrd-sticky.is-visible { transform:translateY(0); }
.fvrd-sticky .fvrd-btn-primary { width:100%; font-size:15px; height:48px; }

/* =============================================
   TIMELINE IMAGE (§7)
   ============================================= */
.fvrd-timeline__node-img-wrap {
  width:100%; aspect-ratio:16/9; border-radius:var(--r8);
  overflow:hidden; margin-bottom:16px;
  border:1px solid var(--glass-border);
}
.fvrd-timeline__node-img {
  width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .4s var(--ease);
}
.fvrd-timeline__node:hover .fvrd-timeline__node-img { transform:scale(1.04); }

/* =============================================
   EARNINGS BROKER DIAGRAM (§4)
   ============================================= */

/* =============================================
   MISSION VIDEO PAIR (§8)
   ============================================= */
.fvrd-mission__vid-pair {
  display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:40px;
}
.fvrd-mission__vid-label {
  font-size:12px; font-weight:600; color:var(--ink5);
  text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px;
}
.fvrd-mission__vid-item video {
  width:100%; border-radius:var(--r12); display:block;
  border:1px solid var(--glass-border);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width:1023px) {
  .fvrd-hero__grid { grid-template-columns:1fr; gap:48px; }
  .fvrd-hero__card { max-width:480px; margin:0 auto; width:100%; }
  .fvrd-earnings__grid { grid-template-columns:1fr; gap:40px; }
  .fvrd-calc__grid { grid-template-columns:1fr; gap:32px; }
  .fvrd-voice__grid { grid-template-columns:1fr 1fr; }
  .fvrd-timeline__track { grid-template-columns:1fr 1fr; gap:32px; }
  .fvrd-timeline__track::before { display:none; }
}
@media (max-width:767px) {
  .fvrd-strengths__grid { grid-template-columns:1fr 1fr; }
  .fvrd-voice__grid { grid-template-columns:1fr; }
  .fvrd-products__grid { grid-template-columns:1fr 1fr; }
  .fvrd-trust__item { border-right:none; border-bottom:1px solid var(--glass-border); width:100%; justify-content:center; }
  .fvrd-trust__item:last-child { border-bottom:none; }
  .fvrd-trust__inner { flex-direction:column; }
  .fvrd-sticky { display:flex; }
  .fvrd-hero__metrics { flex-wrap:wrap; gap:20px; }
  .fvrd-hero__cta { flex-direction:column; align-items:flex-start; }
}
@media (max-width:767px) {
  .fvrd-mission__vid-pair { grid-template-columns:1fr; }
}
@media (max-width:479px) {
  .fvrd-strengths__grid { grid-template-columns:1fr; }
  .fvrd-products__grid { grid-template-columns:1fr; }
  .fvrd-timeline__track { grid-template-columns:1fr; }
  .fvrd-voice__grid { grid-template-columns:1fr; }
  .fvrd-cmp { font-size:12px; }
  .fvrd-cmp td,
  .fvrd-cmp thead th { padding:8px 8px; }
}

/* =============================================
   HERO 100-POINT POLISH — 2026-05-14
   ============================================= */

/* H1 強調語 "にしない。" — orange gradient text */
.fvrd-hero__h1-em {
  background: linear-gradient(135deg, #FF9B5A 0%, #FF6600 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline;
}
@supports not (background-clip: text) {
  .fvrd-hero__h1-em { color: #FF6600; background: none; -webkit-text-fill-color: currentColor; }
}

/* Noise overlay (opacity .07, overlay blend) */
.fvrd-hero__noise {
  position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: .07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Grid lines: vertical 160px + horizontal 80px, cyan tint, opacity .06 — "金融端末" feel */
.fvrd-hero__grid-lines {
  position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: .06;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 159px, rgba(94,167,235,.85) 159px 160px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(94,167,235,.55) 79px 80px);
}

/* CTA hierarchy — Hero scope only */
.fvrd-hero .fvrd-btn-primary {
  height: 60px; font-weight: 700;
  box-shadow: 0 12px 30px rgba(255,102,0,.32), 0 0 0 0 rgba(255,102,0,.5);
  animation: fvrd-cta-pulse 2.4s cubic-bezier(.4,0,.6,1) 1.6s 3;
}
.fvrd-hero .fvrd-btn-outline {
  height: 52px; padding: 0 24px; font-size: 14px;
}
@keyframes fvrd-cta-pulse {
  0%   { box-shadow: 0 12px 30px rgba(255,102,0,.32), 0 0 0 0 rgba(255,102,0,.50); }
  60%  { box-shadow: 0 12px 30px rgba(255,102,0,.32), 0 0 0 14px rgba(255,102,0,0); }
  100% { box-shadow: 0 12px 30px rgba(255,102,0,.32), 0 0 0 0 rgba(255,102,0,0); }
}
@media (prefers-reduced-motion: reduce) {
  .fvrd-hero .fvrd-btn-primary { animation: none; }
}

/* Dashboard sample caption */
.fvrd-dashboard__sample {
  font-size: 11px; color: var(--ink5); margin-top: 12px; line-height: 1.5; opacity: .75;
}

/* Sparkline glow after draw (1 cycle, forwards) */
.fvrd-sparkline__line.is-drawn {
  animation: fvrd-spark-glow 1.6s ease-out 0s 1 forwards;
}
@keyframes fvrd-spark-glow {
  0%   { filter: drop-shadow(0 0 0px rgba(255,102,0,0)); }
  50%  { filter: drop-shadow(0 0 6px rgba(255,102,0,.5)); }
  100% { filter: drop-shadow(0 0 0px rgba(255,102,0,0)); }
}

/* JS-load failsafe — if JS never runs, make fade-in els visible after 2s */
@keyframes fvrd-failsafe-show { to { opacity: 1; } }
.fvrd-fade-in { animation: fvrd-failsafe-show .01s linear 2s forwards; }

/* Vignette: darken corners to draw eye to center (opacity .65) */
.fvrd-hero__vignette {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: radial-gradient(ellipse 80% 70% at center, transparent 55%, rgba(0,0,0,.35) 100%);
  opacity: .65;
}

/* Scan-line: orange CRT sweep, 1 pass on load, prefers-reduced-motion safe */
.fvrd-hero__scan {
  position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(255,102,0,.55) 50%, transparent 100%);
  filter: blur(.5px);
  transform: translateY(-10px);
  animation: fvrd-hero-scan 1.8s cubic-bezier(.25,.1,.25,1) .8s 1 forwards;
}
@keyframes fvrd-hero-scan {
  0%   { transform: translateY(-10px); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(720px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .fvrd-hero__scan { display: none; }
}

/* =============================================
   HERO v3 — M1: H1 stagger reveal (one-shot)
   ============================================= */
.fvrd-hero__h1 > span:not(.fvrd-hero__h1-em),
.fvrd-hero__h1-em { display: inline-block; opacity: 0; }
.fvrd-hero__h1 > span:not(.fvrd-hero__h1-em) {
  animation: fvrd-h1-line-a .55s cubic-bezier(.16,1,.3,1) .1s 1 forwards;
}
.fvrd-hero__h1-em {
  animation: fvrd-h1-line-b .65s cubic-bezier(.16,1,.3,1) .45s 1 forwards;
}
@keyframes fvrd-h1-line-a {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fvrd-h1-line-b {
  from { opacity: 0; transform: scale(.92); }
  to   { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .fvrd-hero__h1 > span:not(.fvrd-hero__h1-em),
  .fvrd-hero__h1-em {
    opacity: 1 !important; transform: none !important; animation: none !important;
  }
}

/* =============================================
   HERO v3 — M2: 6-month bar chart
   ============================================= */
.fvrd-hero__card-chart {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 6px; height: 120px; margin: 14px 0 6px;
  padding: 18px 0 22px; position: relative;
}
.fvrd-hero__card-chart-bar {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  position: relative; height: 100%;
}
.fvrd-hero__card-chart-bar-fill {
  width: 100%; background: rgba(59,130,246,.35); border-radius: 3px 3px 0 0;
  position: absolute; bottom: 18px;
}
.fvrd-hero__card-chart-bar--current .fvrd-hero__card-chart-bar-fill {
  background: linear-gradient(180deg, #FF6600 0%, #cc5200 100%);
  box-shadow: 0 0 8px rgba(255,102,0,.35);
}
.fvrd-hero__card-chart-bar-month {
  position: absolute; bottom: 2px;
  font-size: 10px; color: rgba(255,255,255,.55); letter-spacing: .05em;
}
.fvrd-hero__card-chart-bar-val {
  position: absolute;
  font-size: 9px; color: rgba(255,255,255,.40); white-space: nowrap;
}
.fvrd-hero__card-chart-bar--current .fvrd-hero__card-chart-bar-val {
  color: #FF6600; font-weight: 600; font-size: 10px;
}

/* =============================================
   HERO v3 — M3: vendors social proof strip
   ============================================= */
.fvrd-hero__vendors {
  display: flex; align-items: center; gap: 10px;
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.fvrd-hero__vendors-label {
  font-size: 12px; color: rgba(255,255,255,.65); letter-spacing: .02em;
}
.fvrd-hero__vendors-avatars { display: flex; }
.fvrd-hero__vendor-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  color: #fff; font-size: 13px; font-weight: 700;
  margin-left: -8px; border: 2px solid #0d1424;
  font-family: 'Inter','Helvetica',sans-serif;
}
.fvrd-hero__vendor-avatar:first-child { margin-left: 0; }
.fvrd-hero__vendors-more {
  font-size: 12px; color: rgba(255,255,255,.65); margin-left: 6px;
}
@media (max-width: 640px) {
  .fvrd-hero__vendors { flex-wrap: wrap; row-gap: 6px; }
  .fvrd-hero__vendors-more { width: 100%; margin-left: 0; }
}

/* HERO v5 — platform stats card */
.fvrd-hero__card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0 20px;
}
.fvrd-hero__card-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 6px;
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.07);
}
.fvrd-hero__card-stat-val {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -.02em;
  font-family: 'Inter','Helvetica Neue',sans-serif;
}
.fvrd-hero__card-stat-unit {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  margin-left: 2px;
}
.fvrd-hero__card-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,.55);
  margin-top: 5px;
  text-align: center;
  letter-spacing: .01em;
}
.fvrd-hero__card-chart-caption {
  font-size: 10px;
  color: rgba(255,255,255,.3);
  text-align: center;
  margin-top: 8px;
  letter-spacing: .01em;
}

/* === 2026-06-12 出品の流れ 5ステップ化 + 意味づけブロック === */
@media (min-width:1024px) {
  .fvrd-timeline__track { grid-template-columns:repeat(5,1fr); }
}
.fvrd-timeline__why {
  margin-top:48px; padding:28px 28px 22px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--glass-border);
  border-radius:14px;
}
.fvrd-timeline__why-title { font-size:18px; font-weight:700; margin:0 0 18px; text-align:center; color:var(--ink9); }
.fvrd-timeline__why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:767px) { .fvrd-timeline__why-grid { grid-template-columns:1fr; } }
.fvrd-timeline__why-item strong { display:block; margin-bottom:6px; color:#fff; font-size:14.5px; }
.fvrd-timeline__why-item p { margin:0; font-size:13.5px; color:#94a3b8; line-height:1.7; }
