/*
Theme Name: Bridge Funding
Theme URI: https://minnano-funding.com/
Description: Bridge Funding LP テーマ v3
Version: 3.0.0
Author: Bridge Funding
Text Domain: bridge-funding
*/

/* ============================================================
   VARIABLES
   ============================================================ */
:root {
  --navy:        #1A2B4A;
  --navy-mid:    #253A5E;
  --navy-light:  #344D72;
  --gold:        #C8973A;
  --gold-light:  #E2B85A;
  --gold-pale:   #FDF4E3;
  --white:       #FFFFFF;
  --gray-50:     #F7F8FA;
  --gray-100:    #EEF0F4;
  --gray-200:    #DDE1E9;
  --gray-400:    #9AA3B4;
  --gray-600:    #5A6478;
  --gray-800:    #2D3444;
  --text:        #1E2535;
  --text-mid:    #4A5568;
  --text-light:  #718096;
  --accent:      #E85D26;

  --font-sans:    'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-serif:   'Noto Serif JP', 'Georgia', serif;
  --font-num:     'DM Sans', 'Helvetica Neue', sans-serif;

  --max-w:       1080px;
  --section-py:  88px;
  --r:           6px;
  --r-lg:        12px;
  --shadow-sm:   0 1px 4px rgba(26,43,74,0.08);
  --shadow:      0 4px 20px rgba(26,43,74,0.10);
  --shadow-lg:   0 12px 40px rgba(26,43,74,0.14);
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--text);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }

/* ============================================================
   UTILITIES
   ============================================================ */
.container   { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section     { padding: var(--section-py) 0; }
.section--gray { background: var(--gray-50); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy-mid { background: var(--navy-mid); color: var(--white); }

/* Section header */
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.sec-label::before {
  content: ''; display: inline-block;
  width: 20px; height: 2px; background: var(--gold);
}
.sec-title {
  font-family: var(--font-sans);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800; line-height: 1.4;
  color: var(--text); letter-spacing: -0.01em;
}
.section--navy .sec-title,
.section--navy-mid .sec-title { color: var(--white); }
.sec-header { margin-bottom: 52px; }

.divider {
  width: 36px; height: 3px;
  background: var(--gold);
  margin: 16px 0 0; border-radius: 2px;
}

/* Fade animation */
.fade-up {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible          { opacity: 1; transform: none; }
.fade-up-delay-1          { transition-delay: 0.10s; }
.fade-up-delay-2          { transition-delay: 0.18s; }
.fade-up-delay-3          { transition-delay: 0.26s; }
.fade-up-delay-4          { transition-delay: 0.34s; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-100);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: var(--shadow); }
.header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.site-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-num); font-size: 18px; font-weight: 800;
  color: var(--navy); letter-spacing: 0.02em;
}
.site-logo span      { color: var(--gold); }
.site-logo__img      { width: 28px; height: 28px; object-fit: contain; }
.header-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold); color: var(--white) !important;
  padding: 9px 20px; border-radius: 4px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
}
.header-cta:hover { background: #b8852e; transform: translateY(-1px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: var(--navy);
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 64px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(200,151,58,0.14) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 75%, rgba(255,255,255,0.04) 0%, transparent 45%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: var(--max-w); margin: 0 auto; padding: 80px 24px;
}
.hero__label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
}
.hero__label::before { content: ''; width: 20px; height: 2px; background: var(--gold); display: inline-block; }

.hero__headline {
  font-family: var(--font-sans); font-weight: 900;
  font-size: clamp(30px, 5vw, 58px);
  color: var(--white); line-height: 1.3;
  letter-spacing: -0.02em; margin-bottom: 12px;
}
.hero__headline em { font-style: normal; color: var(--gold-light); }

.hero__headline-accent {
  font-size: clamp(18px, 2.5vw, 26px); font-weight: 700;
  color: rgba(255,255,255,0.85); line-height: 1.6;
  margin-bottom: 32px;
  padding-left: 16px; border-left: 3px solid var(--gold);
}
.hero__sub {
  font-size: 15px; color: rgba(255,255,255,0.85);
  max-width: 520px; line-height: 1.9; margin-bottom: 44px;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--white) !important;
  padding: 16px 32px; border-radius: 4px;
  font-size: 15px; font-weight: 700; letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(200,151,58,0.35);
  transition: all 0.2s;
}
.btn-primary::after { content: '→'; font-size: 16px; }
.btn-primary:hover  { background: #b8852e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,151,58,0.40); }
.btn-note   { font-size: 12px; color: rgba(255,255,255,0.40); letter-spacing: 0.04em; }
.hero__cta-group { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

/* Hero stats bar */
.hero__stats {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 36px;
}
.hero__stat {
  padding-right: 40px; margin-right: 40px;
  border-right: 1px solid rgba(255,255,255,0.10);
}
.hero__stat:last-child { border-right: none; }
.hero__stat-num {
  font-family: var(--font-num); font-size: 36px; font-weight: 800;
  color: var(--gold-light); line-height: 1; margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.hero__stat-num span { font-size: 18px; font-weight: 500; color: rgba(255,255,255,0.50); }
.hero__stat-label { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }

/* ============================================================
   PROBLEM (S2)
   ============================================================ */
.problem-intro { font-size: 16px; color: var(--text-mid); max-width: 600px; line-height: 1.9; margin-bottom: 48px; }
.reason-list   { display: grid; gap: 16px; margin-bottom: 56px; }
.reason-item   {
  display: grid; grid-template-columns: 52px 1fr; gap: 20px;
  align-items: flex-start; padding: 28px 32px;
  background: var(--white); border-radius: var(--r-lg);
  border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.reason-item:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.reason-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold-pale); border: 2px solid var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-num); font-size: 18px; font-weight: 800;
  color: var(--gold); line-height: 1; flex-shrink: 0;
}
.reason-num span { font-size: 10px; font-weight: 600; color: var(--gold); letter-spacing: 0.05em; }
.reason-title  { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.reason-body   { font-size: 14px; color: var(--text-mid); line-height: 1.85; }

.dilemma-box {
  background: var(--navy); border-radius: var(--r-lg);
  padding: 48px 52px; position: relative; overflow: hidden;
}
.dilemma-box::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(200,151,58,0.10); pointer-events: none;
}
.dilemma-title {
  font-size: clamp(18px, 2.5vw, 24px); font-weight: 800;
  color: var(--white); line-height: 1.55; margin-bottom: 16px;
}
.dilemma-title em { font-style: normal; color: var(--gold-light); }
.dilemma-body  { font-size: 15px; color: rgba(255,255,255,0.70); line-height: 1.9; max-width: 580px; }
.dilemma-body strong { color: var(--gold-light); font-weight: 700; }

/* ============================================================
   ANTITHESIS (S3)
   ============================================================ */
.old-way {
  padding: 32px 36px; background: var(--gray-50);
  border-radius: var(--r-lg); border: 1px solid var(--gray-200); margin-bottom: 32px;
}
.old-way__label {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.10em;
  color: var(--text-light); background: var(--gray-200); padding: 3px 10px; border-radius: 3px; margin-bottom: 12px;
}
.old-way__title { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.old-way__body  { font-size: 14px; color: var(--text-mid); line-height: 1.85; }

.new-way {
  padding: 40px 44px; background: var(--navy);
  border-radius: var(--r-lg); color: var(--white);
}
.new-way__title { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 16px; line-height: 1.5; }
.new-way__title em { font-style: normal; color: var(--gold-light); }
.new-way__body  { font-size: 14px; color: rgba(255,255,255,0.70); line-height: 1.9; margin-bottom: 28px; }
.flow-steps { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.flow-step  {
  background: rgba(200,151,58,0.18); border: 1px solid rgba(200,151,58,0.40);
  border-radius: 4px; padding: 8px 16px;
  font-size: 13px; font-weight: 700; color: var(--gold-light); white-space: nowrap;
}
.flow-arrow { color: rgba(255,255,255,0.35); font-size: 16px; flex-shrink: 0; }

/* ============================================================
   WHY (S3.5)
   ============================================================ */
.why-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-visual__card {
  background: var(--navy); padding: 44px 36px;
  border-radius: var(--r-lg); position: relative; overflow: hidden;
}
.why-visual__card::before {
  content: ''; position: absolute; top: -32px; right: -32px;
  width: 140px; height: 140px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,151,58,0.15) 0%, transparent 70%); pointer-events: none;
}
.why-num {
  font-family: var(--font-num); font-size: 80px; font-weight: 900;
  line-height: 1; color: rgba(255,255,255,0.04);
  position: absolute; top: 12px; right: 20px; pointer-events: none; user-select: none;
}
.why-quote {
  font-size: clamp(16px, 2vw, 20px); font-weight: 700;
  color: var(--white); line-height: 1.75; position: relative; z-index: 1; margin-bottom: 18px;
}
.why-quote em { font-style: normal; color: var(--gold-light); }
.why-quote-attr { font-size: 12px; color: rgba(255,255,255,0.40); letter-spacing: 0.06em; position: relative; z-index: 1; }
.why-lead { font-size: 15px; color: var(--text-mid); line-height: 1.9; margin-bottom: 28px; }
.why-body  { display: grid; gap: 20px; }
.why-point { display: flex; gap: 14px; align-items: flex-start; }
.why-point__icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: 17px;
}
.why-point__icon--1 { background: #FFF0EB; }
.why-point__icon--2 { background: var(--gold-pale); }
.why-point__icon--3 { background: #EBF5EB; }
.why-point__title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.why-point__desc  { font-size: 13px; color: var(--text-mid); line-height: 1.8; }

/* ============================================================
   SERVICES (S4)
   ============================================================ */
.services-intro { font-size: 15px; color: var(--text-mid); max-width: 560px; line-height: 1.9; margin-bottom: 56px; }
.step-grid { display: grid; gap: 0; position: relative; }
.step-grid::before {
  content: ''; position: absolute; left: 36px; top: 72px; bottom: 72px;
  width: 1px; background: var(--gray-200); opacity: 0.8;
}
.step-item {
  display: grid; grid-template-columns: 72px 1fr; gap: 24px;
  padding: 40px 0; border-bottom: 1px solid var(--gray-100); position: relative;
}
.step-item:last-child { border-bottom: none; }
.step-marker { display: flex; flex-direction: column; align-items: center; gap: 6px; padding-top: 2px; position: relative; z-index: 1; }
.step-dot {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-num); font-size: 13px; font-weight: 800; flex-shrink: 0;
}
.step-dot--1 { background: var(--navy); color: var(--white); }
.step-dot--2 { background: var(--gold); color: var(--white); }
.step-dot--3 { background: #4A7C59; color: var(--white); }
.step-label  { font-size: 9px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--gray-400); text-align: center; line-height: 1.3; }
.step-en     { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); margin-bottom: 5px; }
.step-item:nth-child(2) .step-en { color: var(--gold); }
.step-item:nth-child(3) .step-en { color: #4A7C59; }
.step-title       { font-size: 19px; font-weight: 800; margin-bottom: 10px; color: var(--text); }
.step-catchphrase { font-size: 13px; color: var(--text-light); margin-bottom: 12px; padding-left: 10px; border-left: 2px solid var(--gray-200); line-height: 1.7; }
.step-body        { font-size: 14px; color: var(--text-mid); line-height: 1.9; margin-bottom: 16px; }
.step-list        { display: grid; gap: 6px; }
.step-list li     { font-size: 13px; color: var(--text-mid); padding-left: 16px; position: relative; line-height: 1.7; }
.step-list li::before { content: '–'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ============================================================
   FLOW (S4.3)
   ============================================================ */
.flow-intro   { font-size: 14px; color: var(--text-mid); max-width: 520px; line-height: 1.9; margin-bottom: 48px; }
.flow-track   { display: flex; flex-direction: column; gap: 0; position: relative; max-width: 660px; }
.flow-track::before {
  content: ''; position: absolute; left: 25px; top: 50px; bottom: 50px;
  width: 2px; background: var(--gray-200);
}
.flow-node {
  display: grid; grid-template-columns: 52px 1fr; gap: 18px;
  align-items: flex-start; padding: 12px 0;
}
.flow-node__circle {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--gray-200);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-num); font-size: 9px; font-weight: 700;
  color: var(--gray-400); letter-spacing: 0.06em; line-height: 1.2;
  position: relative; z-index: 1; transition: all 0.2s;
}
.flow-node__circle-num { font-size: 16px; font-weight: 800; line-height: 1; }
.flow-node--contact .flow-node__circle,
.flow-node--audit   .flow-node__circle { border-color: var(--navy); color: var(--navy); }
.flow-node--s1 .flow-node__circle { background: var(--navy); border-color: var(--navy); color: var(--white); }
.flow-node--s2 .flow-node__circle { background: var(--gold); border-color: var(--gold); color: var(--white); }
.flow-node--s3 .flow-node__circle { background: #4A7C59; border-color: #4A7C59; color: var(--white); }
.flow-node__card {
  background: var(--white); border-radius: var(--r);
  padding: 18px 22px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100); margin-top: 4px;
  border-left: 3px solid var(--gray-200);
}
.flow-node--s1 .flow-node__card { border-left-color: var(--navy); }
.flow-node--s2 .flow-node__card { border-left-color: var(--gold); }
.flow-node--s3 .flow-node__card { border-left-color: #4A7C59; }
.flow-node__title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
.flow-node__desc  { font-size: 13px; color: var(--text-mid); line-height: 1.8; }

/* ============================================================
   OUTCOME (S4.4)
   ============================================================ */
.outcome-intro { font-size: 14px; color: var(--text-mid); max-width: 540px; line-height: 1.9; margin-bottom: 44px; }
.outcome-grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.outcome-card  {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: transform 0.2s, box-shadow 0.2s;
}
.outcome-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.outcome-card__top { padding: 24px 22px 20px; }
.outcome-card--1 .outcome-card__top { background: var(--navy); }
.outcome-card--2 .outcome-card__top { background: linear-gradient(140deg, var(--navy) 0%, #2C3E20 100%); }
.outcome-card--3 .outcome-card__top { background: linear-gradient(140deg, var(--navy-mid) 0%, #2C3840 100%); }
.outcome-card__step {
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-bottom: 8px;
}
.outcome-card__emoji { font-size: 26px; line-height: 1; margin-bottom: 10px; display: block; }
.outcome-card__doing { font-size: 11px; color: rgba(255,255,255,0.50); margin-bottom: 5px; }
.outcome-card__title {
  font-size: 14px; font-weight: 700;
  color: var(--white); line-height: 1.55;
}
.outcome-card--2 .outcome-card__title { color: var(--gold-light); }
.outcome-card__body { padding: 18px 22px; }
.outcome-result { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 10px; }
.outcome-result__icon { flex-shrink: 0; font-size: 13px; margin-top: 2px; }
.outcome-result__text { font-size: 13px; color: var(--text); font-weight: 500; line-height: 1.65; }
.outcome-period {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px; background: var(--gray-50);
  border-radius: 4px; margin-bottom: 10px;
}
.outcome-period__label { font-size: 11px; color: var(--text-light); flex-shrink: 0; }
.outcome-period__val   { font-family: var(--font-num); font-size: 14px; font-weight: 700; color: var(--text); }
.outcome-disclaimer    { font-size: 11px; color: var(--text-light); line-height: 1.7; padding-top: 8px; border-top: 1px solid var(--gray-100); }

/* ============================================================
   PRICING (S4.5)
   ============================================================ */
.pricing-intro { font-size: 15px; color: var(--text-mid); max-width: 600px; line-height: 1.9; margin-bottom: 52px; }
.pricing-grid  {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; align-items: start; margin-bottom: 40px;
}

/* Card */
.pricing-card {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden; border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s; position: relative;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pricing-card--featured {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(200,151,58,0.10), var(--shadow);
  transform: translateY(-8px);
}
.pricing-card--featured:hover { transform: translateY(-12px); }

.pricing-card__badge {
  background: var(--gold); color: var(--white);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
  text-align: center; padding: 7px 16px;
}
.pricing-card__header { padding: 28px 24px 24px; position: relative; overflow: hidden; }
.pricing-card__header::after {
  content: ''; position: absolute; bottom: -24px; right: -24px;
  width: 90px; height: 90px; border-radius: 50%; opacity: 0.10; pointer-events: none;
}
.pricing-card__header--1 { background: var(--navy); }
.pricing-card__header--1::after { background: var(--gold); }
.pricing-card__header--2 { background: linear-gradient(135deg, var(--navy) 0%, #2A2010 100%); }
.pricing-card__header--2::after { background: var(--gold-light); }
.pricing-card__header--3 { background: var(--navy-mid); }
.pricing-card__header--3::after { background: #8FD4A8; }

.pricing-card__step {
  font-size: 9px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-bottom: 4px;
}
.pricing-card__phase {
  font-size: 11px; font-weight: 700; color: var(--gold-light); margin-bottom: 16px; line-height: 1.4;
}
.pricing-card__header--3 .pricing-card__phase { color: rgba(180,220,190,0.85); }

.pricing-card__price-label { font-size: 10px; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; margin-bottom: 4px; }
.pricing-card__price {
  display: flex; align-items: flex-end; gap: 2px;
  line-height: 1; margin-bottom: 6px; position: relative; z-index: 1;
}
.pricing-card__price-num {
  font-family: var(--font-num); font-size: 44px; font-weight: 800;
  color: var(--white); letter-spacing: -0.02em;
}
.pricing-card__header--2 .pricing-card__price-num { color: var(--gold-light); }
.pricing-card__price-unit {
  font-family: var(--font-num); font-size: 18px; font-weight: 600;
  color: rgba(255,255,255,0.65); padding-bottom: 6px;
}
.pricing-card__price-small {
  font-family: var(--font-num); font-size: 18px; font-weight: 500;
  color: rgba(255,255,255,0.40); padding-bottom: 8px;
}
.pricing-card__price-range { font-size: 16px; color: rgba(255,255,255,0.30); padding-bottom: 8px; padding-inline: 3px; }
.pricing-card__price-sub { font-size: 11px; color: rgba(255,255,255,0.48); position: relative; z-index: 1; }
.pricing-card__price-sub strong { color: var(--gold-light); font-size: 14px; }

.pricing-card__body  { padding: 22px; }
.pricing-card__catch { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.5; }
.pricing-card--featured .pricing-card__catch { color: #7A4A18; }
.pricing-card__desc  { font-size: 12px; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; }
.pricing-card__list  { display: grid; gap: 6px; margin-bottom: 14px; }
.pricing-card__list li { font-size: 12px; color: var(--text-mid); padding-left: 14px; position: relative; line-height: 1.65; }
.pricing-card__list li::before { content: '–'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.pricing-card__tag   { display: flex; flex-wrap: wrap; gap: 4px; }
.pricing-tag         { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 3px; }
.pricing-tag--zero      { background: #FFF0EB; color: #C84A18; }
.pricing-tag--risk      { background: #FFF0EB; color: #C84A18; }
.pricing-tag--network   { background: var(--gold-pale); color: #7A5A18; }
.pricing-tag--flex      { background: var(--gold-pale); color: #7A5A18; }
.pricing-tag--low       { background: #EBF5EB; color: #2A6A2A; }
.pricing-tag--community { background: #EBF5EB; color: #2A6A2A; }

.pricing-promise {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--gray-50); border: 1px solid var(--gray-200);
  padding: 28px 32px; border-radius: var(--r); border-left: 4px solid var(--gold);
}
.pricing-promise__icon  { flex-shrink: 0; color: var(--gold); margin-top: 2px; }
.pricing-promise__title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.pricing-promise__text  { font-size: 13px; color: var(--text-mid); line-height: 1.85; }

/* ============================================================
   COMPARISON (S5)
   ============================================================ */
.comparison-intro { font-size: 15px; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.9; margin-bottom: 44px; }
.comparison-table-wrap { overflow-x: auto; border-radius: var(--r); box-shadow: var(--shadow); border: 1px solid var(--gray-200); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 580px; background: #FFFFFF !important; }
.comparison-table th {
  padding: 16px 20px !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #DDE1E9 !important;
  color: #1E2535 !important;
  background: #F7F8FA !important;
}
.comparison-table th:first-child { text-align: left !important; font-weight: 500 !important; font-size: 12px !important; color: #718096 !important; background: #F7F8FA !important; }
.th-ours { background: #1A2B4A !important; color: #FFFFFF !important; }
.comparison-table td {
  padding: 14px 20px !important;
  text-align: center !important;
  font-size: 13px !important;
  border-bottom: 1px solid #EEF0F4 !important;
  color: #4A5568 !important;
  background: #FFFFFF !important;
}
.comparison-table td:first-child { text-align: left !important; font-weight: 600 !important; color: #1E2535 !important; background: #FFFFFF !important; }
.comparison-table tr:last-child td { border-bottom: none !important; }
.comparison-table .col-ours { background: #EEF3FA !important; color: #1A2B4A !important; font-weight: 700 !important; }
.check-yes     { color: #2A8A50 !important; font-size: 15px !important; font-weight: 700 !important; }
.check-partial { color: #C8973A !important; font-size: 13px !important; font-weight: 600 !important; }
.check-no      { color: #9AA3B4 !important; font-size: 15px !important; }

/* ============================================================
   CASES (S6)
   ============================================================ */
.cases-intro { font-size: 14px; color: var(--text-mid); max-width: 560px; line-height: 1.9; margin-bottom: 44px; }
.case-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.case-card   {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden; border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s;
}
.case-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.case-card__header { background: var(--navy); padding: 26px 28px; }
.case-card__label  { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.case-card__title  { font-size: 15px; font-weight: 700; color: var(--white); line-height: 1.55; }
.case-card__body   { padding: 24px 28px; }
.case-phase        { margin-bottom: 16px; }
.case-phase__label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--navy); margin-bottom: 5px; display: flex; align-items: center; gap: 6px;
}
.case-phase__label::before { content: ''; width: 12px; height: 1px; background: var(--navy); }
.case-phase__text  { font-size: 13px; color: var(--text-mid); line-height: 1.85; }
.case-result       { margin-top: 16px; padding: 14px 16px; background: var(--gold-pale); border-radius: 4px; border-left: 3px solid var(--gold); }
.case-result__label { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 0.08em; margin-bottom: 5px; }
.case-result__text  { font-size: 13px; color: var(--text); font-weight: 600; line-height: 1.75; }

/* ============================================================
   FAQ (S8)
   ============================================================ */
.faq-intro { font-size: 14px; color: var(--text-mid); max-width: 560px; line-height: 1.9; margin-bottom: 44px; }
.faq-list  { display: grid; gap: 10px; max-width: 780px; }
.faq-item  { background: var(--white); border-radius: var(--r); overflow: hidden; border: 1px solid var(--gray-100); box-shadow: var(--shadow-sm); }
.faq-item__question {
  width: 100%; padding: 20px 24px; display: flex; align-items: center; gap: 12px;
  cursor: pointer; border: none; background: none; text-align: left;
  font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--text);
  transition: background 0.15s;
}
.faq-item__question:hover { background: var(--gray-50); }
.faq-q-mark {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800;
}
.faq-q-text { flex: 1; line-height: 1.5; }
.faq-toggle { flex-shrink: 0; width: 20px; height: 20px; position: relative; }
.faq-toggle::before, .faq-toggle::after {
  content: ''; position: absolute; background: var(--navy); border-radius: 2px;
}
.faq-toggle::before { width: 12px; height: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-toggle::after  { width: 2px; height: 12px; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: transform 0.25s, opacity 0.25s; }
.faq-item.open .faq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-item__answer  { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-item__answer { max-height: 500px; }
.faq-answer-inner  { padding: 0 24px 20px 64px; font-size: 13px; color: var(--text-mid); line-height: 1.9; }

.faq-screening {
  margin-top: 36px; padding: 28px 32px; background: var(--gray-50);
  border-radius: var(--r); border: 1px solid var(--gray-200); max-width: 780px;
}
.faq-screening__title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.faq-screening__body  { font-size: 13px; color: var(--text-mid); line-height: 1.9; margin-bottom: 16px; }
.screening-list       { display: grid; gap: 6px; }
.screening-list li    { font-size: 13px; color: var(--text-mid); padding-left: 18px; position: relative; }
.screening-list li::before { content: '·'; position: absolute; left: 0; color: var(--text-light); font-size: 18px; line-height: 1; }

/* ============================================================
   CTA + FORM (S9)
   ============================================================ */
.cta-section {
  background: var(--navy); padding: 100px 0;
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(200,151,58,0.10) 0%, transparent 55%),
              radial-gradient(ellipse at 75% 50%, rgba(200,151,58,0.06) 0%, transparent 45%);
  pointer-events: none;
}
.cta-inner    { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.cta-en       { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cta-en::before,.cta-en::after { content: ''; flex: 1; max-width: 40px; height: 1px; background: var(--gold); opacity: 0.6; }
.cta-title    { font-size: clamp(22px, 3.5vw, 36px); font-weight: 900; color: var(--white); line-height: 1.5; margin-bottom: 20px; letter-spacing: -0.01em; }
.cta-title em { font-style: normal; color: var(--gold-light); }
.cta-sub      { font-size: 14px; color: rgba(255,255,255,0.60); line-height: 1.9; margin-bottom: 12px; }
.cta-checklist {
  list-style: none; text-align: left; display: inline-grid; gap: 8px; margin-bottom: 44px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r); padding: 22px 28px;
}
.cta-checklist li { font-size: 13px; color: rgba(255,255,255,0.75); padding-left: 20px; position: relative; }
.cta-checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-light); font-weight: 700; }
.cta-btn-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.btn-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--white) !important;
  padding: 18px 44px; border-radius: 4px;
  font-size: 15px; font-weight: 700; letter-spacing: 0.06em;
  box-shadow: 0 6px 24px rgba(200,151,58,0.40); transition: all 0.2s;
}
.btn-cta::after { content: '→'; font-size: 17px; }
.btn-cta:hover  { background: #b8852e; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(200,151,58,0.45); }
.cta-note { font-size: 11px; color: rgba(255,255,255,0.35); line-height: 1.8; }

/* Contact form */
.contact-form-wrap  { background: rgba(255,255,255,0.04); border-top: 1px solid rgba(255,255,255,0.08); padding: 60px 24px 72px; }
.contact-form-inner { max-width: 600px; margin: 0 auto; }
.contact-form-label { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); text-align: center; margin-bottom: 5px; }
.contact-form-note  { font-size: 12px; color: rgba(255,255,255,0.40); text-align: center; margin-bottom: 36px; }
.form-group         { margin-bottom: 22px; }
.form-label         { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 8px; }
.form-required      { font-size: 10px; font-weight: 700; color: var(--gold); background: rgba(200,151,58,0.18); padding: 1px 7px; border-radius: 3px; }
.form-optional      { font-size: 10px; color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.06); padding: 1px 7px; border-radius: 3px; }
.form-hint          { font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 10px; line-height: 1.7; }
.form-input,.form-select,.form-textarea {
  width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--r); color: var(--white);
  font-family: var(--font-sans); font-size: 14px; line-height: 1.6;
  padding: 12px 15px; transition: border-color 0.2s, background 0.2s;
  appearance: none; -webkit-appearance: none;
}
.form-input::placeholder,.form-textarea::placeholder { color: rgba(255,255,255,0.25); }
.form-input:focus,.form-select:focus,.form-textarea:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.11); }
.form-input.invalid,.form-select.invalid,.form-textarea.invalid { border-color: #E07A70; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-char-count { font-size: 11px; color: rgba(255,255,255,0.30); text-align: right; margin-top: 4px; }
.form-select-wrap { position: relative; }
.form-select-wrap::after { content: ''; position: absolute; top: 50%; right: 14px; transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid rgba(255,255,255,0.40); pointer-events: none; }
.form-select option { background: var(--navy-mid); color: var(--white); }
.form-checkbox-list { display: grid; gap: 11px; }
.form-checkbox      { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.form-checkbox input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.form-checkbox__mark {
  flex-shrink: 0; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.22);
  border-radius: 3px; background: rgba(255,255,255,0.05);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s; margin-top: 2px;
}
.form-checkbox input:checked + .form-checkbox__mark { border-color: var(--gold); background: var(--gold); }
.form-checkbox input:checked + .form-checkbox__mark::after { content: ''; display: block; width: 4px; height: 8px; border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); transform: rotate(45deg) translate(-1px,-1px); }
.form-checkbox__text { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.7; }
.form-error         { font-size: 11px; color: #E07A70; margin-top: 4px; }
.form-submit-wrap   { margin-top: 30px; text-align: center; }
.btn-form-submit {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--white); border: none; cursor: pointer;
  padding: 16px 44px; border-radius: 4px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  letter-spacing: 0.06em; box-shadow: 0 6px 20px rgba(200,151,58,0.38); transition: all 0.2s;
}
.btn-form-submit:hover:not(:disabled) { background: #b8852e; transform: translateY(-2px); }
.btn-form-submit:disabled { opacity: 0.60; cursor: not-allowed; }
.btn-form-submit__arrow { font-size: 16px; }
.form-submit-note { font-size: 11px; color: rgba(255,255,255,0.30); margin-top: 14px; line-height: 1.8; }
.form-success { text-align: center; padding: 48px 24px; }
.form-success__icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(143,212,168,0.15); border: 2px solid #8FD4A8; color: #8FD4A8; font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.form-success__title { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.form-success__body  { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.9; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #111A2E; color: rgba(255,255,255,0.35); padding: 40px 0; text-align: center; font-size: 12px; }
.footer-logo { font-family: var(--font-num); font-size: 16px; font-weight: 800; color: rgba(255,255,255,0.55); margin-bottom: 10px; letter-spacing: 0.04em; }
.footer-logo span { color: var(--gold); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .why-grid      { grid-template-columns: 1fr; gap: 28px; }
  .pricing-grid  { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .pricing-card--featured { transform: none; }
  .pricing-card--featured:hover { transform: translateY(-4px); }
  .outcome-grid  { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .case-grid     { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --section-py: 64px; }
  .header-cta      { display: none; }
  .hero__headline  { font-size: 28px; }
  .hero__headline-accent { font-size: 17px; }
  .hero__stats     { gap: 20px; }
  .hero__stat      { padding-right: 20px; margin-right: 20px; }
  .reason-item     { grid-template-columns: 1fr; gap: 10px; }
  .reason-num      { display: inline-flex; align-items: center; gap: 6px; width: auto; padding: 6px 12px; border-radius: 4px; height: auto; }
  .dilemma-box     { padding: 28px 22px; }
  .new-way         { padding: 28px 22px; }
  .step-grid::before { display: none; }
  .step-item       { grid-template-columns: 1fr; gap: 12px; }
  .step-marker     { flex-direction: row; align-items: center; }
  .flow-track::before { display: none; }
  .flow-node       { grid-template-columns: 1fr; gap: 8px; }
  .flow-node__circle { width: 40px; height: 40px; }
  .flow-steps      { flex-direction: column; align-items: flex-start; }
  .flow-arrow      { transform: rotate(90deg); }
  .faq-answer-inner { padding-left: 24px; }
  .pricing-promise { flex-direction: column; gap: 8px; padding: 22px 20px; }
  .btn-cta         { padding: 16px 28px; font-size: 14px; }
  .cta-checklist   { padding: 16px 20px; }
}

/* reason-num updated structure */
.reason-num {
  font-family: var(--font-num);
  font-size: 22px; font-weight: 800;
  color: var(--gold);
  line-height: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.reason-num span { font-size: 9px; font-weight: 700; letter-spacing: 0.08em; color: var(--gold); margin-top: 2px; }

/* ============================================================
   INFOGRAPHIC SECTION
   ============================================================ */
.infographic { background: var(--navy); color: var(--white); }

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

/* Card */
.ig-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s, transform 0.25s;
}
.ig-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-3px);
}
.ig-card--center {
  background: rgba(200,151,58,0.10);
  border-color: rgba(200,151,58,0.25);
}

/* Accent bar top */
.ig-card__accent {
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.ig-card__accent--red  { background: linear-gradient(90deg, #E85D26, #FF8A65); }
.ig-card__accent--gold { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.ig-card__accent--green { background: linear-gradient(90deg, #2A8A50, #5CBF85); }

.ig-card__label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55); margin-bottom: 16px;
  text-transform: uppercase;
}

/* Big number */
.ig-card__num-wrap {
  display: flex; align-items: flex-end; gap: 4px;
  margin-bottom: 20px; line-height: 1;
}
.ig-card__num {
  font-family: var(--font-num); font-size: 72px; font-weight: 900;
  color: var(--white); letter-spacing: -0.03em; line-height: 1;
}
.ig-card--center .ig-card__num { color: var(--gold-light); }
.ig-card__unit {
  font-family: var(--font-num); font-size: 28px; font-weight: 700;
  color: rgba(255,255,255,0.70); padding-bottom: 10px;
}
.ig-card__sign {
  font-size: 15px; font-weight: 700;
  color: rgba(255,255,255,0.60); padding-bottom: 12px; padding-left: 4px;
}

/* Bar chart */
.ig-card__bar-wrap { margin-bottom: 20px; }
.ig-card__bar {
  height: 10px; background: rgba(255,255,255,0.10);
  border-radius: 5px; overflow: hidden; margin-bottom: 8px;
}
.ig-card__bar-fill {
  height: 100%; width: 0; border-radius: 5px;
  transition: width 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ig-card__bar-fill--red  { background: linear-gradient(90deg, #E85D26, #FF8A65); }
.ig-card__bar-fill.animate { width: var(--pct); }
.ig-card__bar-labels {
  display: flex; justify-content: space-between;
  font-size: 11px; color: rgba(255,255,255,0.45);
}

/* Block grid (stat 2 - replaces donut) */
.ig-card__donut-wrap { display: none; }
.ig-donut { display: none; }

.ig-visual-blocks { margin-bottom: 20px; }
.ig-blocks-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
.ig-block {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}
.ig-block--filled {
  background: rgba(200,151,58,0.28);
  border: 1px solid rgba(200,151,58,0.50);
}
.ig-block--empty {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.ig-block__icon { font-style: normal; display: block; }
.ig-blocks__caption {
  font-size: 11px;
  color: rgba(255,255,255,0.50);
  text-align: center;
  margin-top: 8px;
  line-height: 1.6;
}


/* Milestones (stat 3) */
.ig-card__milestones {
  margin-bottom: 20px;
}
.ig-milestone {
  padding: 14px 0;
}
.ig-milestone__num-wrap {
  display: flex; align-items: flex-end; gap: 4px;
  line-height: 1; margin-bottom: 4px;
}
.ig-milestone__num {
  font-family: var(--font-num); font-size: 48px; font-weight: 900;
  color: #5CBF85; letter-spacing: -0.02em; line-height: 1;
}
.ig-milestone__unit {
  font-family: var(--font-num); font-size: 18px; font-weight: 700;
  color: rgba(255,255,255,0.65); padding-bottom: 6px;
}
.ig-milestone__label {
  font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 500;
}
.ig-milestone__divider {
  height: 1px; background: rgba(255,255,255,0.10); margin: 4px 0;
}

/* Description and source */
.ig-card__desc {
  font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.85; margin-bottom: 12px;
}
.ig-card__source {
  font-size: 10px; color: rgba(255,255,255,0.30); letter-spacing: 0.04em;
}

/* Footer CTA */
.ig-footer {
  text-align: center;
  padding: 44px 0 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ig-footer__text {
  font-size: 15px; color: rgba(255,255,255,0.75);
  line-height: 1.9; margin-bottom: 28px;
}

/* Responsive */
@media (max-width: 900px) {
  .ig-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .ig-card__num { font-size: 56px; }
  .ig-milestone__num { font-size: 40px; }
}
