/* =====================================
   Grani LP – style.css（リニューアル版）
   方針: 白ベース・極太見出し・赤アクセント
   参考: THROTTLE (relic.co.jp/services/throttle/)
   Brand Red: #B32518 / Dark: #383334
   ===================================== */

/* ---------- Variables ---------- */
:root {
  --red: #B32518;
  --red-light: #f9ecea;
  --red-hover: #91200f;
  --dark: #0f0f0f;
  --dark-2: #1c1c1c;
  --gray-100: #f8f8f7;
  --gray-200: #f0efef;
  --gray-400: #a8a5a5;
  --gray-600: #6b6567;
  --white: #ffffff;
  --text: #0f0f0f;
  --text-sub: #5a5757;
  --border: #e8e5e5;

  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Inter', sans-serif;

  --radius: 20px;
  --radius-sm: 10px;
  --radius-pill: 100px;
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.14);

  --max-w: 1160px;
  --section-py: 120px;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-ja);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ---------- Container ---------- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-ja);
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.btn--primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  box-shadow: 0 4px 16px rgba(179, 37, 24, 0.25);
}

.btn--primary:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(179, 37, 24, 0.35);
}

.btn--outline {
  background: transparent;
  color: var(--red);
  border-color: #e0b0ac;
}

.btn--outline:hover {
  background: var(--red-light);
  border-color: var(--red);
}

.btn--dark {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

.btn--dark:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn--ghost-white {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

.btn--ghost-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn--sm {
  padding: 9px 22px;
  font-size: 13px;
}

.btn--md {
  padding: 14px 32px;
  font-size: 15px;
}

.btn--lg {
  padding: 18px 44px;
  font-size: 16px;
}

/* ---------- Section ---------- */
.section {
  padding: var(--section-py) 0;
}

.section--gray {
  background: var(--gray-100);
}

.section--red-tint {
  background: linear-gradient(180deg, var(--red-light) 0%, var(--white) 100%);
}

.section--dark {
  background: var(--dark);
  color: var(--white);
}

.section__header {
  text-align: center;
  margin-bottom: 72px;
}

.section__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}

.section__title {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section__desc {
  font-size: 16px;
  color: var(--text-sub);
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto;
}

/* =====================================
   HEADER
   ===================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  transition: all 0.3s ease;
}

.header--scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.header__inner {
  display: flex;
  align-items: center;
  height: 72px;
  gap: 40px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* ロゴSVG */
.header__logo-svg {
  height: 36px;
  width: auto;
  display: block;
}

/* ロゴimg（PNG差し替え用） */
.header__logo-img {
  height: 36px;
  width: auto;
  display: block;
}

/* ダーク背景: 白+赤版を表示、通常版を非表示 */
.header__logo-img--dark {
  display: block;
}

.header__logo-img--light {
  display: none;
}

/* スクロール後の白ヘッダー: 通常版を表示、白版を非表示 */
.header--scrolled .header__logo-img--dark {
  display: none;
}

.header--scrolled .header__logo-img--light {
  display: block;
}


/* スクロール後（白ヘッダー）: SVGの白要素を暗色に */
.header--scrolled .header__logo-svg text {
  fill: var(--text);
}

.header--scrolled .logo-symbol circle,
.header--scrolled .logo-symbol line {
  fill: var(--text);
  stroke: var(--text);
}

.logo-by {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  margin-left: 2px;
  transition: color 0.3s;
}

/* スクロール後の白ヘッダー：ロゴを黒に反転 */


.header--scrolled .logo-by {
  color: var(--gray-400);
}


.header__nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
}

.header__nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-sub);
  transition: color 0.2s;
}

.header__nav a:hover {
  color: var(--red);
}

.header:not(.header--scrolled) .header__nav a {
  color: rgba(255, 255, 255, 0.75);
}

.header:not(.header--scrolled) .header__nav a:hover {
  color: var(--white);
}

.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s;
}

.header:not(.header--scrolled) .header__hamburger span {
  background: var(--white);
}

.header__mobile-menu {
  display: none;
  background: var(--white);
  padding: 16px 24px 28px;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.header__mobile-menu a {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.header__mobile-menu.active {
  display: flex;
}

/* =====================================
   HERO – 左右分割・ライト
   ===================================== */
.hero {
  min-height: 100vh;
  background: var(--dark);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 75% 40%, rgba(179, 37, 24, 0.22) 0%, transparent 65%),
    radial-gradient(ellipse 35% 50% at 10% 80%, rgba(179, 37, 24, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 16px;
  /* 紞めて左列を広げ、モックアップを右寘りに */
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
  padding-left: max(32px, calc((100vw - var(--max-w)) / 2 + 40px));
  padding-right: 0;
}

.hero__left {}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(179, 37, 24, 0.15);
  border: 1px solid rgba(179, 37, 24, 0.3);
  color: #f09080;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 28px;
}

.hero__title {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}

.hero__title em {
  font-style: normal;
  color: var(--red);
  /* red gradient text */
  background: linear-gradient(135deg, #e04030, #B32518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.9;
  margin-bottom: 48px;
  max-width: 480px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero__right {
  position: relative;
}


.hero__mockup {
  position: relative;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  /* 赤い光彩 + 影 */
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    -16px 0 60px rgba(179, 37, 24, 0.25),
    0 16px 80px rgba(179, 37, 24, 0.18),
    0 -8px 40px rgba(179, 37, 24, 0.10);
  background: var(--dark-2, #1c1c1c);
}

/* 2枚目: グレープレースホルダー */
.hero__mockup--placeholder {
  border-radius: 0;
  /* 両隔の問がないよう */
  box-shadow: none;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__mockup-bar {
  background: #2a2a2a;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__mockup-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hero__mockup-bar span:nth-child(1) {
  background: #ff5f57;
}

.hero__mockup-bar span:nth-child(2) {
  background: #ffbd2e;
}

.hero__mockup-bar span:nth-child(3) {
  background: #28c840;
}

.hero__screen {
  width: 100%;
  min-height: 520px;
  background: #1a1a1a;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

/* プレースホルダー（後で画像差し替え）のスクリーン */
.hero__screen--placeholder {
  background: #c8c8c8;
  aspect-ratio: 4 / 3;
  /* 提供画像のアスペクト比に合わせて調整 */
  min-height: unset;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 14px;
}

.hero__ph-inner {
  width: 100%;
}

.hero__ph-label {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 500;
}

.hero__screen img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* =====================================
   HERO PRODUCT UI (hpui) – Light Theme
   実アプリ: 白/薄グレー/ミントグリーン基調
   ===================================== */
.hpui {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #F5F7F8;
  overflow: hidden;
}

/* ---- Sidebar ---- */
.hpui__sidebar {
  width: 108px;
  flex-shrink: 0;
  background: #FAFBFC;
  border-right: 1px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  padding: 14px 0 10px;
}

.hpui__sb-logo {
  font-size: 12px;
  font-weight: 800;
  color: #1F2937;
  padding: 0 10px 14px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.hpui__sb-logo span {
  color: #1F2937;
}

.hpui__sb-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hpui__sb-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  font-size: 9.5px;
  color: #6B7280;
  cursor: default;
  border-left: 2px solid transparent;
  transition: background 0.15s;
}

.hpui__sb-item--active {
  color: #1F2937;
  background: #EAF7F0;
  border-left-color: #44BA82;
  font-weight: 600;
}

.hpui__sb-ic {
  font-size: 8px;
  opacity: 0.7;
}

/* ---- Main Panel ---- */
.hpui__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 14px 14px 12px;
  background: #FFFFFF;
  overflow: hidden;
}

/* Page header */
.hpui__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #EDF1F3;
}

.hpui__header-title {
  font-size: 10px;
  font-weight: 600;
  color: #4B5563;
}

.hpui__header-sep {
  color: #9CA3AF;
  margin: 0 3px;
}

.hpui__header-badges {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* Badges */
.hpui__badge {
  font-size: 8.5px;
  color: #6B7280;
  background: #F5F7F8;
  border: 1px solid #E5E7EB;
  border-radius: 99px;
  padding: 2px 7px;
  white-space: nowrap;
}

.hpui__badge--green {
  color: #35966A;
  background: #EAF7F0;
  border-color: #44BA82;
}

.hpui__badge--red {
  color: #C54A32;
  background: #FCEDEA;
  border-color: #D65A3A;
}

/* KPI Row */
.hpui__kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hpui__kpi {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 7px;
  padding: 9px 10px 7px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hpui__kpi--accent {
  background: #F4FDF8;
  border-color: #44BA82;
}

.hpui__kpi-num {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hpui__kpi--accent .hpui__kpi-num {
  color: #35966A;
}

.hpui__kpi-unit {
  font-size: 12px;
  font-weight: 400;
  margin-left: 1px;
  opacity: 0.6;
}

.hpui__kpi-label {
  font-size: 9px;
  color: #6B7280;
  line-height: 1.3;
}

/* Flow */
.hpui__flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  background: #FCFDFD;
  border: 1px solid #E9EEF0;
  border-radius: 7px;
  padding: 10px 8px;
}

.hpui__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hpui__col-label {
  font-size: 8.5px;
  font-weight: 700;
  color: #9CA3AF;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hpui__node {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 9.5px;
  color: #6B7280;
}

.hpui__node--active {
  background: #F8FAFB;
  border-color: #D1D5DB;
  color: #1F2937;
}

.hpui__node-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D1D5DB;
  flex-shrink: 0;
}

.hpui__node-dot--red {
  background: #D65A3A;
  box-shadow: 0 0 3px rgba(214, 90, 58, 0.4);
}

/* Connectors (legacy – kept for backward compat) */
.hpui__conn {
  width: 26px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-top: 22px;
}

.hpui__conn svg {
  width: 100%;
  height: 80px;
}

/* ---- Comparison Table ---- */
.hpui__table {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 7px;
  padding: 9px 10px 8px;
}

.hpui__table-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.hpui__table-title {
  font-size: 9.5px;
  font-weight: 700;
  color: #1F2937;
}

.hpui__tgrid {
  display: grid;
  grid-template-columns: 68px 1fr 1fr 1fr 32px;
  gap: 4px;
  align-items: center;
  padding: 3px 0;
}

.hpui__tgrid--head {
  margin-bottom: 2px;
}

.hpui__tgrid--top {
  background: #F4FDF8;
  border-radius: 4px;
  padding: 4px 4px;
  margin: 0 -4px 1px;
}

.hpui__th {
  font-size: 8px;
  color: #9CA3AF;
  text-align: center;
}

.hpui__th--score {
  text-align: right;
}

.hpui__tname {
  font-size: 9.5px;
  font-weight: 600;
  color: #1F2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hpui__tname--dim {
  color: #9CA3AF;
  font-weight: 400;
}

.hpui__tbar {
  height: 5px;
  background: #E9EEF0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
}

.hpui__tbar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #35966A 0%, #56D197 100%);
  border-radius: 3px;
}

.hpui__tbar--dim span {
  background: #D7E3DD;
}

.hpui__tscore {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: #35966A;
  text-align: right;
}

.hpui__tscore--dim {
  color: #9CA3AF;
  font-weight: 400;
}

.hpui__verdict {
  font-size: 8.5px;
  color: #4B5563;
  background: #F8FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  padding: 5px 8px;
  margin-top: 7px;
}



/* ---- New classes for brushup ---- */

/* Phase flow wrapper (exploration zone) */
.hpui__flow-wrap {
  background: #F8FAFB;
  border: 1px solid #E9EEF0;
  border-radius: 7px;
  padding: 7px 8px 8px;
}

.hpui__flow-step-label {
  font-size: 8px;
  font-weight: 700;
  color: #9CA3AF;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Vertical phase arrow (▼) between sections */
.hpui__phase-arrow {
  text-align: center;
  font-size: 8px;
  color: #9CA3AF;
  line-height: 1;
  margin: 2px 0;
}

/* Draft card */
.hpui__draft {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 7px;
  padding: 8px 10px 7px;
}

.hpui__draft-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.hpui__draft-title {
  font-size: 9.5px;
  font-weight: 700;
  color: #1F2937;
}

.hpui__draft-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hpui__draft-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hpui__draft-row--head .hpui__draft-section {
  color: #1F2937;
}

.hpui__draft-section {
  font-size: 8.5px;
  color: #6B7280;
  white-space: nowrap;
  min-width: 100px;
  flex-shrink: 0;
}

.hpui__draft-line {
  height: 4px;
  background: #E9EEF0;
  border-radius: 2px;
  display: block;
  flex: 1;
  max-width: 100%;
}

.hpui__draft-row--head .hpui__draft-line {
  background: #44BA82;
  opacity: 0.4;
}

/* Orange badge (for scoring) */
.hpui__badge--orange {
  color: #C54A32;
  background: #FCEDEA;
  border-color: #D65A3A;
}


/* Arrow between columns */
.hpui__arr {
  font-size: 16px;
  color: #9CA3AF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  padding-top: 22px;
  line-height: 1;
}

/* Inline node badge (選択中 / 推奨) */
.hpui__nbadge {
  margin-left: auto;
  font-size: 7.5px;
  font-weight: 700;
  color: #6B7280;
  background: #F5F7F8;
  border: 1px solid #E5E7EB;
  border-radius: 3px;
  padding: 1px 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.hpui__nbadge--grn {
  color: #35966A;
  background: #EAF7F0;
  border-color: #44BA82;
}

/* Header breadcrumb focus segment */
.hpui__header-focus {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

/* Green dot */
.hpui__node-dot--grn {
  background: #38b478;
  box-shadow: 0 0 4px rgba(56, 180, 120, 0.55);
}

/* Node states: selected / recommended / connected */
.hpui__node--sel {
  background: #EAF7F0;
  border-color: #44BA82;
  color: #1F2937;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hpui__node--rec {
  background: #EAF7F0;
  border-color: #44BA82;
  color: #35966A;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hpui__node--conn {
  background: #F4FDF8;
  border-color: #44BA82;
  color: #1F2937;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Table evaluation panel phase label */
.hpui__table-phase {
  font-size: 8px;
  font-weight: 400;
  color: #9CA3AF;
  margin-left: 3px;
}

/* Recommended tag inside table */
.hpui__rec-tag {
  font-size: 7.5px;
  font-weight: 700;
  color: #4dd4a0;
  background: rgba(56, 180, 120, 0.1);
  border: 1px solid rgba(56, 180, 120, 0.25);
  border-radius: 3px;
  padding: 1px 4px;
  margin-left: 4px;
  vertical-align: middle;
}

/* Top row: green highlight + green bars */
.hpui__tgrid--top {
  background: rgba(56, 180, 120, 0.05);
  border-radius: 4px;
  padding: 4px 4px;
  margin: 0 -4px 1px;
}

.hpui__tgrid--top .hpui__tbar span {
  background: linear-gradient(90deg, #28a86e 0%, #4dd4a0 100%);
}

/* Total score in recommended row: green */
.hpui__tgrid--top .hpui__tscore {
  color: #4dd4a0;
}



/* Placeholder if no image */
.hero__screen-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 40px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.hero__screen-placeholder .ph-icon {
  font-size: 48px;
  opacity: 0.4;
}

.hero__badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.hero__badge-icon {
  width: 40px;
  height: 40px;
  background: var(--red-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.hero__badge-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}

.hero__badge-text span {
  font-size: 12px;
  color: var(--text-sub);
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.hero__scroll-bar {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(179, 37, 24, 0.8), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

/* =====================================
   PROBLEM
   ===================================== */
.section--problem {
  background: var(--dark);
}

.section__lead-xl {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
  color: var(--white);
}

/* 中央寄せ・大きめバリアント */
.section__lead-xl--right {
  text-align: center;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.section__lead-sub {
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  margin-bottom: 64px;
}

/* 中央寄せバリアント */
.section__lead-sub--right {
  text-align: center;
  font-size: 16px;
}


.problems__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* アウトライン枠 + コーナーブラケット風カード */
.problem-card {
  position: relative;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  padding: 40px 36px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.problem-card:hover {
  border-color: rgba(179, 37, 24, 0.5);
  background: rgba(179, 37, 24, 0.04);
}

/* 四隅のブラケット装飾 */
.problem-card::before,
.problem-card::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--red);
  border-style: solid;
}

.problem-card::before {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}

.problem-card::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 2px 2px 0;
}

.problem-card__bracket-tr,
.problem-card__bracket-bl {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: var(--red);
  border-style: solid;
  pointer-events: none;
  opacity: 0.35;
  transition: opacity 0.3s;
}

.problem-card:hover .problem-card__bracket-tr,
.problem-card:hover .problem-card__bracket-bl {
  opacity: 1;
}

.problem-card__bracket-tr {
  top: -1px;
  right: -1px;
  border-width: 1.5px 1.5px 0 0;
}

.problem-card__bracket-bl {
  bottom: -1px;
  left: -1px;
  border-width: 0 0 1.5px 1.5px;
}

.problem-card__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.38);
  flex-shrink: 0;
  transition: color 0.3s;
}

.problem-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.problem-card:hover .problem-card__icon {
  color: rgba(255, 255, 255, 0.75);
}

.problem-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: var(--white);
}

.problem-card__body {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.9;
}

.problems__conclusion {
  margin-top: 56px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.problems__conclusion strong {
  color: var(--white);
  font-weight: 700;
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
}

/* =====================================
   ABOUT
   ===================================== */
.about {
  position: relative;
  overflow: hidden;
  padding: var(--section-py) 0;
  background: var(--white);
  color: var(--text);
}

/* 右奥に大きなロゴを薄く透過で（最背面・装飾のみ） */
.about__bg-logo {
  position: absolute;
  right: -35%;
  top: 50%;
  transform: translateY(-50%);
  width: 52vw;
  max-width: 700px;
  opacity: 0.05;
  /* かなり薄く、背景の空気感のみ */
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 768px) {
  .about__bg-logo {
    display: none;
  }
}

.about__header {
  max-width: 720px;
  margin-bottom: 28px;
}

.about__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.about__title {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

/* リード説明文（コアメッセージ・ボックスなし） */
.about__lead {
  font-size: 15px;
  color: var(--text);
  line-height: 1.85;
  max-width: 680px;
}

.about__lead strong {
  font-weight: 700;
  color: var(--text);
}

.differentiator {
  background: var(--red-light);
  border: 1px solid rgba(179, 37, 24, 0.15);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  margin-bottom: 24px;
}

.differentiator__text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
}

.differentiator__text strong {
  color: var(--text);
}

.about__provider {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.8;
}

.about__provider strong {
  color: var(--text);
}

/* シェブロン図解エリア */
/* =====================================
   GRANI PROCESS FLOW
   ===================================== */
.gf {
  padding: 40px 0 0;
}

/* フロー図への橋渡し見出しブロック */
.gf__bridge {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.gf__bridge-headline {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.45;
}

.gf__bridge-sub {
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: 0.01em;
}

/* 横フロー全体 */
.gf__flow {
  display: flex;
  align-items: stretch;
  background: #f3f4f6;
  border-radius: 14px;
  padding: 28px 20px;
  gap: 0;
  overflow: hidden;
}

/* 各ステップ（小） */
.gf__step {
  flex: 1.2;
  min-width: 0;
}

.gf__step-inner {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid #e4e6ea;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 14px;
  transition: box-shadow 0.2s ease;
}

.gf__step-inner:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 最終パネル（大きく） */
.gf__step--final {
  flex: 1.8;
}

.gf__step--final .gf__step-inner {
  border-color: #d44a2a;
  border-width: 1.5px;
  background: #fefaf9;
  padding: 20px 18px 16px;
}

.gf__step-final-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.gf__step-label {
  font-family: var(--font-en);
  font-size: 9.5px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 6px;
}

.gf__step-label--final {
  display: inline;
  margin-bottom: 0;
}

.gf__final-badge {
  font-size: 9px;
  font-weight: 700;
  color: var(--white);
  background: var(--red);
  padding: 2px 6px;
  border-radius: 99px;
}

.gf__step-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.55;
  margin-bottom: 10px;
}

.gf__step-title--final {
  font-size: 14px;
  margin-top: 6px;
}

/* SVGビジュアル */
.gf__step-viz {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.gf__step-viz svg {
  width: 100%;
  max-height: 100px;
  height: auto;
}

.gf__step-viz--final svg {
  max-height: 118px;
}

/* 機能名ラベル */
.gf__step-fn {
  font-size: 10px;
  color: #999;
  line-height: 1.4;
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
  margin-top: auto;
}

/* 矢印 */
.gf__flow-arr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
}

.gf__flow-arr svg {
  width: 32px;
  height: 32px;
}

/* モバイル */
@media (max-width: 768px) {
  .gf__flow {
    flex-direction: column;
    padding: 16px 12px;
    gap: 8px;
  }

  .gf__step,
  .gf__step--final {
    flex: none;
  }

  .gf__flow-arr {
    width: auto;
    height: 24px;
    transform: rotate(90deg);
  }
}


/* =====================================
   FEATURES
   ===================================== */
.features {
  padding: var(--section-py) 0;
  background: var(--gray-100);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-card__head {
  padding: 28px 28px 20px;
}

.feature-card__num {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  padding: 28px 28px 0;
}

/* アイコン + タイトルを横並びにする行 */
.feature-card__title-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 28px 10px;
}

/* 左側のアイコン（32px正方形） */
.feature-card__icon-sm {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: var(--text);
  margin-top: 2px;
}

.feature-card__icon-sm svg {
  width: 32px;
  height: 32px;
}

/* タイトルグループ（h3+tag） */
.feature-card__title-group {
  flex: 1;
}

.feature-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  color: var(--text);
}

/* 役割タグ（補助ラベル）：小さく薄い */
.feature-card__tag {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.5;
  font-weight: 400;
}

.feature-card__body {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.85;
  padding: 8px 28px 12px;
}

.feature-card__list {
  padding: 0 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.feature-card__list li {
  font-size: 12px;
  color: var(--text-sub);
  padding-left: 14px;
  position: relative;
  line-height: 1.55;
}

.feature-card__list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--red);
  font-size: 10px;
}

/* 下部ビジュアルエリア（SVGイラスト） */
.feature-card__visual {
  margin-top: auto;
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  background: #fafafa;
}

.feature-card__visual svg {
  width: 100%;
  height: auto;
  display: block;
}


.feature-card__title span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-sub);
  margin-top: 2px;
}

.feature-card__body {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.8;
  padding: 0 28px 16px;
}

.feature-card__list {
  padding: 0 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feature-card__list li {
  font-size: 12px;
  color: var(--text-sub);
  padding-left: 14px;
  position: relative;
  line-height: 1.6;
}

.feature-card__list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--red);
  font-size: 10px;
}

.feature-card__note {
  font-size: 11px;
  color: var(--gray-400);
  padding: 0 28px 16px;
  font-style: italic;
}

.feature-card__img {
  margin-top: auto;
  overflow: hidden;
  height: 180px;
  border-top: 1px solid var(--border);
}

.feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* アイコン版（スクリーンショット不要時） */
.feature-card__icon {
  margin-top: auto;
  height: 120px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
}

.feature-card__icon svg {
  width: 56px;
  height: 56px;
}

.features__cta {
  text-align: center;
  margin-top: 56px;
}

/* =====================================
   BEFORE / AFTER
   ===================================== */
.ba {
  padding: var(--section-py) 0;
  background: var(--white);
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--gray-100);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.comparison__col {
  padding: 48px 40px;
}

.comparison__col--before {
  background: var(--white);
}

.comparison__col--after {
  background: var(--white);
}

.comparison__divider-col {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray-100);
  position: relative;
}

.comparison__divider-arrow {
  width: 40px;
  height: 40px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

.comparison__head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 28px;
  display: inline-block;
}

.comparison__col--before .comparison__head {
  background: var(--gray-200);
  color: var(--gray-400);
}


.comparison__col--after .comparison__head {
  background: var(--red-light);
  color: var(--red);
}

.comparison__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.comparison__col--before .comparison__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--gray-400);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: line-through;
  text-decoration-color: var(--border);
}

.comparison__col--after .comparison__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.comparison__icon--bad {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gray-200);
  color: var(--gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
}

.comparison__icon--good {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red-light);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 700;
}

.ba__conclusion {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-top: 48px;
  line-height: 1.7;
}

.ba__conclusion strong {
  color: var(--red);
}

/* 新締め文ラッパー */
.ba__conclusion-wrap {
  text-align: center;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #efefef;
}

.ba__conclusion-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

.ba__conclusion-accent {
  color: var(--red);
}

/* =====================================
   BF - BEFORE/AFTER FLOW LANES
   ===================================== */
.bf {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* レーン共通 */
.bf__lane {
  border-radius: 14px;
  padding: 28px 24px 24px;
  position: relative;
}

.bf__lane--before {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.bf__lane--after {
  background: #f1fbf6;
  border: 1px solid rgba(68, 186, 130, 0.25);
}

/* レーンラベル */
.bf__lane-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.bf__label-badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 99px;
}

.bf__label-badge--before {
  background: #e8e8e8;
  color: #888;
}

.bf__label-badge--after {
  background: #44BA82;
  color: var(--white);
}

.bf__lane-sub {
  font-size: 12px;
  color: var(--text-sub);
}

/* ステップ群（横並び） */
.bf__steps {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

/* ステップカード */
.bf__step {
  flex: 1;
  min-width: 130px;
  max-width: 180px;
  background: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.bf__step--after {
  border-color: rgba(68, 186, 130, 0.3);
  background: var(--white);
}

.bf__step--goal {
  border-color: #44BA82;
  box-shadow: 0 0 0 2px rgba(68, 186, 130, 0.15);
}

/* ステップアイコン */
.bf__step-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}

.bf__step-icon svg {
  width: 36px;
  height: 36px;
}

.bf__step-icon--after {
  /* グリーンのアイコンはそのまま */
}

/* ステップ番号 */
.bf__step-num {
  font-size: 9px;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: #bbb;
  margin: 0;
}

.bf__step-num--after {
  color: #44BA82;
}

/* ステップタイトル */
.bf__step-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin: 0;
}

/* ステップ補足文 */
.bf__step-note {
  font-size: 10px;
  color: var(--text-sub);
  line-height: 1.5;
  margin: 0;
}

/* Beforeのペインラベル */
.bf__pain {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #999;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 7px;
  margin-top: 4px;
}

/* Afterのアウトプットラベル */
.bf__output {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #35966A;
  background: #EAF7F0;
  border: 1px solid rgba(68, 186, 130, 0.35);
  border-radius: 4px;
  padding: 2px 7px;
  margin-top: 4px;
}

.bf__output--goal {
  background: #44BA82;
  color: var(--white);
  border-color: #44BA82;
}

/* 矢印 */
.bf__arr {
  flex-shrink: 0;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.bf__arr svg {
  width: 32px;
  height: 16px;
}

.bf__arr--before .bf__block-label {
  font-size: 8px;
  color: #ccc;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* 変化の遷移バッジ */
.bf__transition {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
}

.bf__transition-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #e0e0e0, rgba(68, 186, 130, 0.4));
}

.bf__transition-line:last-child {
  background: linear-gradient(to right, rgba(68, 186, 130, 0.4), #44BA82);
}

.bf__transition-badge {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  background: var(--white);
  border: 1.5px solid var(--red);
  border-radius: 99px;
  padding: 5px 16px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .bf__steps {
    flex-direction: column;
    align-items: stretch;
  }

  .bf__step {
    max-width: none;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .bf__arr {
    width: auto;
    height: 24px;
    transform: rotate(90deg);
  }

  .bf__arr svg {
    width: 24px;
  }
}


/* =====================================
   SCENES
   ===================================== */
.scenes {
  padding: var(--section-py) 0;
  background: var(--dark);
  /* BA(白)→Scenes(ダーク)で明確な区切り */
  color: var(--white);
}

/* ダーク背景のsection__header/eyebrow/title/desc */
.scenes .section__eyebrow {
  color: rgba(179, 37, 24, 0.8);
}

.scenes .section__title {
  color: var(--white);
}

.scenes .section__desc {
  color: rgba(255, 255, 255, 0.55);
}

.scenes__tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
}

.scene-tab {
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-ja);
}

.scene-tab--active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(179, 37, 24, 0.4);
}

.scene-tab:not(.scene-tab--active):hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.scene-content {
  display: none;
}

.scene-content--active {
  display: block;
}

.scene-content__inner {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 56px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.scene-content__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.4;
  color: var(--white);
}

.scene-content__bg {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.85;
  margin-bottom: 32px;
}

.scene-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.scene-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.scene-step__num {
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.scene-results {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 24px;
  margin-top: 0;
}

.scene-results__label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.scene-results__tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scene-results__tags span {
  background: rgba(179, 37, 24, 0.12);
  color: #f09080;
  border: 1px solid rgba(179, 37, 24, 0.25);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.scene-results__tags span::before {
  content: '✓';
  color: var(--red);
}


/* =====================================
   PRICING
   ===================================== */
.pricing {
  padding: var(--section-py) 0;
  background: var(--white);
}

.pricing__card {
  background: var(--dark);
  border-radius: 28px;
  padding: 64px 60px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing__card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(179, 37, 24, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.pricing__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
}

.pricing__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 6px;
}

.pricing__currency {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
}

.pricing__num {
  font-size: 68px;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: -3px;
}

.pricing__unit {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.pricing__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 36px;
}

.pricing__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
}

.pricing__features li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  position: relative;
}

.pricing__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

.pricing__btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.pricing__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

/* =====================================
   TRUST
   ===================================== */
.trust {
  padding: var(--section-py) 0;
  background: var(--gray-100);
}

.trust__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.trust__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--text);
}

.trust__body {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 1.85;
}

.trust__nb {
  background: var(--white);
  border-radius: var(--radius);
  padding: 44px;
  box-shadow: var(--shadow-sm);
}

.trust__nb-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 12px;
}

.trust__nb-logo {
  font-size: 26px;
  font-weight: 300;
  color: var(--text);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  font-family: var(--font-en);
}

.trust__nb-body {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.85;
  margin-bottom: 24px;
}

.trust__nb-body strong {
  color: var(--text);
}

.trust__nb-link {
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}

.trust__nb-link:hover {
  gap: 8px;
}

/* =====================================
   FAQ
   ===================================== */
.faq {
  padding: var(--section-py) 0;
  background: var(--white);
}

.faq__list {
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 52px 24px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  position: relative;
  font-family: var(--font-ja);
  transition: color 0.2s;
}

.faq-item__q:hover {
  color: var(--red);
}

.faq-item__q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: var(--red);
  font-weight: 300;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item--open .faq-item__q::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item--open .faq-item__a {
  max-height: 600px;
}

.faq-item__a-inner {
  padding-bottom: 28px;
}

.faq-item__a p {
  font-size: 15px;
  color: var(--text-sub);
  line-height: 1.85;
  margin-bottom: 12px;
}

.faq-item__a ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item__a ul li {
  font-size: 14px;
  color: var(--text-sub);
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}

.faq-item__a ul li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: var(--red);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  top: 3px;
}

.faq-item__a ul li strong {
  color: var(--text);
}

.faq-item__a a {
  color: var(--red);
}

/* =====================================
   FINAL CTA
   ===================================== */
.final-cta {
  padding: 140px 0;
  background: var(--dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(179, 37, 24, 0.22) 0%, transparent 70%);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
}

.final-cta__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(179, 37, 24, 0.8);
  margin-bottom: 24px;
}

.final-cta__title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.final-cta__body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  margin-bottom: 52px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.final-cta__sub {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
}

.final-cta__email {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  transition: color 0.2s;
}

.final-cta__email:hover {
  color: var(--white);
}

/* =====================================
   FOOTER
   ===================================== */
.footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__brand {}

.footer__logo {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-en);
  display: block;
  margin-bottom: 4px;
}

.footer__logo-by {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  margin-left: 6px;
  font-size: 13px;
}

.footer__copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

.footer__links {
  display: flex;
  gap: 28px;
}

.footer__links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s;
}

.footer__links a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* =====================================
   RESPONSIVE
   ===================================== */
@media (max-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 140px;
  }

  .hero__right {
    display: none;
  }

  .about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .trust__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-py: 80px;
  }

  .header__nav {
    display: none;
  }

  .header__inner>.btn {
    display: none;
  }

  .header__hamburger {
    display: flex;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__sub {
    font-size: 14px;
  }

  .hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .problems__grid {
    grid-template-columns: 1fr;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .comparison__divider-col {
    display: none;
  }

  .comparison__col--before {
    border-bottom: 1px solid var(--border);
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

  .scene-content__inner {
    grid-template-columns: 1fr;
    padding: 32px 28px;
    gap: 32px;
  }

  .pricing__card {
    padding: 40px 28px;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}