/* ==========================================================================
   For Companies LP — 企業掲載・VC提携パートナー向け
   ========================================================================== */

/* ---------- Reset & Base ---------- */
/* FIX-011: 共通ヘッダー・フッター表示のため、非表示ルールを削除 */

.page-for-companies .fc-page-wrap {
  background: #0f172a;
  --color-bg: #ffffff;
  --color-text: #0f172a;
  --color-text-secondary: #475569;
  --color-text-muted: #94a3b8;
  --color-border: #e2e8f0;
  --color-accent: #6366f1;
  --color-accent-light: #818cf8;
  --color-surface: #f8fafc;
  --font-sans: 'Inter', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-sans);
  color: var(--color-text);
  line-height: 1.7;
}

/* ---------- Container ---------- */
.page-for-companies .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Section Helpers ---------- */
.fc-section-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fc-section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.4;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.fc-section-desc {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--color-text-secondary);
  max-width: 680px;
  margin: 0 auto 48px;
}

/* ---------- Header ---------- */
.fc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15, 23, 42, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fc-header__inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 32px;
}

.fc-header__logo {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.fc-header__logo:hover { color: #fff; }

.fc-header__logo-sub {
  font-weight: 400;
  color: #64748b;
}

.fc-header__nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.fc-header__nav-link {
  padding: 7px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.fc-header__nav-link:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
}

.fc-header__cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--color-accent);
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, box-shadow 0.2s;
}

.fc-header__cta:hover {
  background: var(--color-accent-light);
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.35);
  color: #fff;
}

/* ---------- Hero ---------- */
.fc-hero {
  position: relative;
  padding: 100px 0 80px;
  background: #0f172a;
  color: #fff;
  overflow: hidden;
}

.fc-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 75% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 70%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
}

.fc-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.fc-hero__label {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 16px;
  border-radius: 3px;
}

.fc-hero__label-ja {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
  margin-bottom: 16px;
}

.fc-hero__redirect {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -48px;
  margin-bottom: 48px;
}

.fc-hero__redirect a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fc-hero__redirect a:hover {
  color: #fff;
}

.fc-hero__title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 24px;
  letter-spacing: -0.03em;
}

.fc-hero__desc {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 40px;
}

.fc-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.fc-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.fc-hero__btn--primary {
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

.fc-hero__btn--primary:hover {
  background: var(--color-accent-light);
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.45);
  color: #fff;
}

.fc-hero__btn--outline {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fc-hero__btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.fc-hero__badges {
  display: flex;
  gap: 48px;
}

.fc-hero__badge {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fc-hero__badge-num {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-family: 'Inter', var(--font-sans);
}

.fc-hero__badge-num small {
  font-size: 0.5em;
  font-weight: 700;
  color: var(--color-accent-light);
}

.fc-hero__badge-text {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.03em;
}

/* ---------- Value Proposition ---------- */
.fc-value {
  padding: 100px 0;
  background: var(--color-bg);
  text-align: center;
}

.fc-value__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.fc-value__card {
  padding: 40px 32px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}

.fc-value__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.fc-value__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f0f0ff;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.fc-value__card-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 12px;
  color: var(--color-text);
}

.fc-value__card-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin: 0;
}

/* ---------- Interview Examples ---------- */
.fc-examples {
  padding: 100px 0;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.fc-examples .fc-section-label {
  color: var(--color-accent-light);
}

.fc-examples .fc-section-title {
  color: #fff;
}

.fc-examples .fc-section-desc {
  color: rgba(255, 255, 255, 0.55);
}

.fc-examples__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

/* Card — iv-card 互換レイアウト */
.fc-examples__card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.fc-examples__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  color: #fff;
}

/* Visual header — カテゴリ別グラデーション（interviews.css と同一配色） */
.fc-examples__visual {
  position: relative;
  padding: 28px 24px 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.fc-examples__visual--web3     { background: linear-gradient(160deg, #1e293b 0%, #312e81 60%, #6d28d9 100%); }
.fc-examples__visual--ai       { background: linear-gradient(160deg, #1e293b 0%, #701a75 60%, #a21caf 100%); }
.fc-examples__visual--deeptech { background: linear-gradient(160deg, #1e293b 0%, #064e3b 60%, #047857 100%); }

/* Category badge — interviews.css と同一配色 */
.fc-examples__cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin-bottom: 16px;
}

.fc-examples__cat--web3     { background: rgba(124, 58, 237, 0.4); color: #e0d4fc; }
.fc-examples__cat--ai       { background: rgba(192, 38, 211, 0.4); color: #f0d4f5; }
.fc-examples__cat--deeptech { background: rgba(5, 150, 105, 0.4); color: #d1fae5; }

/* Quote on visual */
.fc-examples__quote {
  position: relative;
  z-index: 1;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Person row — 左にテキスト、右に丸顔写真 */
.fc-examples__person-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.fc-examples__person-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fc-examples__role {
  font-size: 0.68rem;
  opacity: 0.55;
  font-weight: 500;
}

.fc-examples__name {
  font-size: 1rem;
  font-weight: 800;
}

/* Face photo — 小さな丸型（iv-card__face 互換） */
.fc-examples__face {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.fc-examples__face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}

.fc-examples__visual--web3 .fc-examples__face img {
  border-color: rgba(124, 58, 237, 0.5);
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.25);
}

.fc-examples__visual--ai .fc-examples__face img {
  border-color: rgba(192, 38, 211, 0.5);
  box-shadow: 0 4px 16px rgba(192, 38, 211, 0.25);
}

.fc-examples__visual--deeptech .fc-examples__face img {
  border-color: rgba(5, 150, 105, 0.5);
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25);
}

.fc-examples__face-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

/* Body — 下半分（ダーク背景） */
.fc-examples__body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.fc-examples__company {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.fc-examples__title {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fc-examples__read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-accent-light);
  margin-top: auto;
  transition: gap 0.2s;
}

.fc-examples__card:hover .fc-examples__read-more {
  gap: 10px;
}

.fc-examples__more {
  margin-top: 48px;
}

.fc-examples__more-btn {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.fc-examples__more-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

/* ---------- Plans ---------- */
.fc-plans {
  padding: 100px 0;
  background: var(--color-surface);
  text-align: center;
}

.fc-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

.fc-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.fc-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.fc-plan--featured {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 1px var(--color-accent), 0 8px 32px rgba(99, 102, 241, 0.12);
}

.fc-plan--featured:hover {
  box-shadow: 0 0 0 1px var(--color-accent), 0 16px 48px rgba(99, 102, 241, 0.2);
}

.fc-plan__ribbon {
  position: absolute;
  top: 16px;
  right: -32px;
  padding: 4px 40px;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transform: rotate(45deg);
  z-index: 1;
}

.fc-plan__header {
  padding: 36px 28px 28px;
  border-bottom: 1px solid var(--color-border);
}

.fc-plan__label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fc-plan__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-text);
  margin: 0 0 16px;
}

.fc-plan__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fc-plan__price-amount {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.03em;
  font-family: 'Inter', var(--font-sans);
  line-height: 1.1;
}

.fc-plan__price-amount small {
  font-size: 0.45em;
  font-weight: 700;
  color: var(--color-text-secondary);
}

.fc-plan--featured .fc-plan__price-amount {
  color: var(--color-accent);
}

.fc-plan__price-note {
  font-size: 0.72rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.fc-plan__body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fc-plan__desc {
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--color-text-secondary);
  margin: 0 0 24px;
}

.fc-plan__features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fc-plan__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.5;
}

.fc-plan__feature--muted {
  color: var(--color-text-muted);
}

.fc-plan__feature-icon {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  font-weight: 700;
  color: #10b981;
  font-size: 0.85rem;
}

.fc-plan__feature--muted .fc-plan__feature-icon {
  color: var(--color-text-muted);
}

.fc-plan__cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  margin-top: auto;
  background: var(--color-accent);
  color: #fff;
}

.fc-plan__cta:hover {
  background: var(--color-accent-light);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
  color: #fff;
}

.fc-plan__cta--secondary {
  background: var(--color-text);
  color: #fff;
}

.fc-plan__cta--secondary:hover {
  background: #1e293b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.fc-plans__note {
  margin-top: 40px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: var(--color-text-muted);
}

/* ---------- VC Partnership ---------- */
.fc-vc {
  padding: 100px 0;
  background: #0f172a;
  color: #fff;
}

.fc-vc .fc-section-label {
  color: var(--color-accent-light);
}

.fc-vc__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

.fc-vc__title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.fc-vc__desc {
  font-size: 0.92rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px;
}

.fc-vc__flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fc-vc__flow-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.fc-vc__flow-num {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 900;
  color: var(--color-accent-light);
  font-family: 'Inter', var(--font-sans);
  letter-spacing: -0.02em;
  padding-top: 2px;
}

.fc-vc__flow-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.fc-vc__flow-desc {
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.fc-vc__flow-connector {
  width: 2px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 36px;
}

.fc-vc__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.fc-vc__benefit {
  padding: 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.fc-vc__benefit-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}

.fc-vc__benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fc-vc__benefit-list li {
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  position: relative;
}

.fc-vc__benefit-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
  font-size: 0.75rem;
}

.fc-vc__cta-wrap {
  text-align: center;
}

/* ---------- Flow ---------- */
.fc-flow {
  padding: 100px 0;
  background: var(--color-bg);
  text-align: center;
}

.fc-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

.fc-flow__step {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
}

.fc-flow__step-num {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-accent);
  opacity: 0.2;
  font-family: 'Inter', var(--font-sans);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.fc-flow__step-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-text);
  margin: 0 0 10px;
}

.fc-flow__step-desc {
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--color-text-secondary);
  margin: 0;
}

/* ---------- Value Card Label ---------- */
.fc-value__card-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ---------- FAQ ---------- */
.fc-faq {
  padding: 100px 0;
  background: var(--color-bg);
  text-align: center;
}

.fc-faq__list {
  max-width: 780px;
  margin: 48px auto 0;
  text-align: left;
}

.fc-faq__item {
  border-bottom: 1px solid var(--color-border);
}

.fc-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-text);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}

.fc-faq__q::-webkit-details-marker {
  display: none;
}

.fc-faq__q::after {
  content: '+';
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--color-text-muted);
  transition: transform 0.3s;
  margin-left: 16px;
}

.fc-faq__item[open] .fc-faq__q::after {
  content: '−';
}

.fc-faq__q:hover {
  color: var(--color-accent);
}

.fc-faq__a {
  padding: 0 0 24px;
}

.fc-faq__a p {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--color-text-secondary);
  margin: 0;
}

/* ---------- Contact ---------- */
/* =====================================================================
   Contact Section — rebuilt
   ===================================================================== */
.fc-contact {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f3ff 0%, #eff6ff 40%, #fdf2f8 100%);
}

.fc-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ---- Left column ---- */
.fc-contact__title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.5;
  margin: 0 0 16px;
}

.fc-contact__desc {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--color-text-secondary);
  margin: 0 0 32px;
}

.fc-contact__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fc-contact__info-item {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
}

.fc-contact__info-label {
  font-weight: 700;
  color: var(--color-text-muted);
  min-width: 80px;
}

.fc-contact__info-value {
  color: var(--color-text);
  font-weight: 600;
}

/* ---- Form card (outermost .wpcf7 wrapper only) ---- */
.fc-contact__right > .wpcf7 {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #c4b5fd;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.10),
              0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ---- Field group spacing (CF7 wraps each field in <p>) ---- */
.fc-contact__right .wpcf7-form > p {
  margin: 0 0 24px;
}

.fc-contact__right .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}

/* ---- Labels ---- */
.fc-contact__right .fc-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1;
}

/* ---- Required mark ---- */
.fc-form__req {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef4444;
  margin-left: 2px;
}

/* ---- CF7 wrapper spans ---- */
.fc-contact__right .wpcf7-form-control-wrapper {
  display: block;
  width: 100%;
}

/* ---- All form controls ---- */
.fc-contact__right input[type="text"].wpcf7-form-control,
.fc-contact__right input[type="email"].wpcf7-form-control,
.fc-contact__right input[type="tel"].wpcf7-form-control,
.fc-contact__right input[type="url"].wpcf7-form-control,
.fc-contact__right select.wpcf7-form-control,
.fc-contact__right textarea.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: var(--font-sans);
  color: #0f172a;
  background: #f8fafc;
  outline: 2px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

/* Hover */
.fc-contact__right input[type="text"].wpcf7-form-control:hover,
.fc-contact__right input[type="email"].wpcf7-form-control:hover,
.fc-contact__right input[type="tel"].wpcf7-form-control:hover,
.fc-contact__right input[type="url"].wpcf7-form-control:hover,
.fc-contact__right select.wpcf7-form-control:hover,
.fc-contact__right textarea.wpcf7-form-control:hover {
  border-color: #a5b4fc;
}

/* Focus */
.fc-contact__right input[type="text"].wpcf7-form-control:focus,
.fc-contact__right input[type="email"].wpcf7-form-control:focus,
.fc-contact__right input[type="tel"].wpcf7-form-control:focus,
.fc-contact__right input[type="url"].wpcf7-form-control:focus,
.fc-contact__right select.wpcf7-form-control:focus,
.fc-contact__right textarea.wpcf7-form-control:focus {
  border-color: #6366f1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

/* Placeholder */
.fc-contact__right input::placeholder,
.fc-contact__right textarea::placeholder {
  color: #94a3b8;
}

/* ---- Select dropdown ---- */
.fc-contact__right select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1.5 1.5L7 7L12.5 1.5' stroke='%236366f1' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  padding-right: 48px;
  cursor: pointer;
  min-height: 48px;
}

/* ---- Textarea ---- */
.fc-contact__right textarea.wpcf7-form-control {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

/* ---- Submit button ---- */
.fc-contact__right input[type="submit"].wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 16px 32px;
  margin-top: 8px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-family: var(--font-sans);
  letter-spacing: 0.02em;
  transition: box-shadow 0.2s, transform 0.15s;
}

.fc-contact__right input[type="submit"].wpcf7-form-control:hover {
  background: linear-gradient(135deg, #818cf8, #a78bfa);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
  transform: translateY(-1px);
}

/* ---- Validation: invalid field ---- */
.fc-contact__right .wpcf7-not-valid {
  border-color: #ef4444;
  background: #fef2f2;
}

.fc-contact__right .wpcf7-not-valid:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

/* ---- Validation: tip text ---- */
.fc-contact__right .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ef4444;
  margin-top: 6px;
}

/* ---- Response messages (hidden until CF7 adds status class) ---- */
.fc-contact__right .wpcf7-response-output {
  display: none;
  margin: 20px 0 0;
  padding: 16px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.6;
}

.fc-contact__right .wpcf7-form.sent .wpcf7-response-output,
.fc-contact__right .wpcf7-form.invalid .wpcf7-response-output,
.fc-contact__right .wpcf7-form.failed .wpcf7-response-output {
  display: block;
}

.fc-contact__right .wpcf7-form.sent .wpcf7-response-output {
  border-color: #d1fae5;
  background: #f0fdf4;
  color: #166534;
}

.fc-contact__right .wpcf7-form.invalid .wpcf7-response-output,
.fc-contact__right .wpcf7-form.failed .wpcf7-response-output {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

/* ---- Spinner ---- */
.fc-contact__right .wpcf7-spinner {
  display: none;
}

/* ---------- Footer ---------- */
.fc-footer {
  background: #0f172a;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.fc-footer__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fc-footer__brand {
  font-size: 0.82rem;
  font-weight: 700;
  color: #9ca3af;
}

.fc-footer__copy {
  font-size: 0.7rem;
  color: #6b7280;
}

.fc-footer__links {
  display: flex;
  gap: 20px;
}

.fc-footer__link {
  font-size: 0.78rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}

.fc-footer__link:hover {
  color: #9ca3af;
}

/* ---------- Scroll Animations ---------- */
.fc-anim {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fc-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 1024px) {
  .fc-examples__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-value__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fc-plans__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .fc-flow__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-vc__benefits {
    grid-template-columns: 1fr;
  }

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

/* ---------- Responsive: Mobile ---------- */
@media (max-width: 768px) {
  .page-for-companies {
    padding-top: 56px;
  }

  .fc-header__inner {
    height: 56px;
    padding: 0 16px;
  }

  .fc-header__nav {
    display: none;
  }

  .fc-hero {
    padding: 64px 0 56px;
  }

  .fc-hero__title {
    font-size: 1.6rem;
  }

  .fc-hero__br-sp {
    display: none;
  }

  .fc-hero__desc {
    font-size: 0.88rem;
  }

  .fc-hero__actions {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .fc-hero__btn {
    width: 100%;
    text-align: center;
  }

  .fc-hero__badges {
    gap: 24px;
    flex-wrap: wrap;
  }

  .fc-hero__badge-num {
    font-size: 1.5rem;
  }

  .fc-examples {
    padding: 64px 0;
  }

  .fc-examples__visual {
    min-height: 190px;
    padding: 24px 20px 20px;
  }

  .fc-examples__face {
    width: 60px;
    height: 60px;
  }

  .fc-examples__quote {
    font-size: 0.85rem;
  }

  .fc-value,
  .fc-plans,
  .fc-flow,
  .fc-faq,
  .fc-contact {
    padding: 64px 0;
  }

  .fc-vc {
    padding: 64px 0;
  }

  .fc-flow__grid {
    grid-template-columns: 1fr;
  }

  .fc-contact__right > .wpcf7 {
    padding: 24px 20px;
  }

  .fc-footer__inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .fc-footer__left {
    align-items: center;
  }

  .fc-section-title {
    font-size: 1.3rem;
  }

  .fc-vc__title {
    font-size: 1.3rem;
  }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .fc-anim {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fc-plan:hover,
  .fc-value__card:hover,
  .fc-examples__card:hover {
    transform: none;
  }
}
