.mc-page-hero-wrap { padding: 120px 0 56px; background: linear-gradient(180deg, #fff 0%, #FAFAFB 100%); border-bottom: 1px solid var(--mc-line); }
  .mc-page-hero-bc { font-family: var(--mc-font-en); font-size: 11px; color: var(--mc-text-3); letter-spacing: 0.12em; margin-bottom: 24px; }
  .mc-page-hero-bc a:hover { color: var(--mc-red); }
  .mc-page-hero-tagline { font-size: 17px; line-height: 1.9; color: var(--mc-text); margin-top: 22px; }
  .mc-page-hero-desc { font-size: 14.5px; color: var(--mc-text-2); line-height: 2; margin-top: 18px; max-width: 680px; }

  .mc-svc-detail { padding: 64px 0; }
  .mc-svc-detail.alt { background: #FAFAFB; }
  .mc-svc-detail-head { display: grid; grid-template-columns: 280px 1fr; gap: 48px; margin-bottom: 36px; align-items: end; }
  .mc-svc-detail-head .num { font-family: var(--mc-font-en); font-weight: 800; font-size: 60px; letter-spacing: -0.03em; line-height: 1; color: var(--mc-red); }
  .mc-svc-detail-head h2 { font-family: var(--mc-font-display); font-size: 26px; font-weight: 700; line-height: 1.5; }
  .mc-svc-detail-head .en { font-family: var(--mc-font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--mc-text-3); margin-bottom: 8px; }
  .mc-svc-detail-lead { font-size: 15px; color: var(--mc-text-2); line-height: 2; max-width: 780px; margin-bottom: 36px; }

  .mc-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 1080px; }
  .mc-card-item { background: #fff; border: 1px solid var(--mc-line); border-radius: 10px; padding: 22px 24px; transition: border-color .2s, box-shadow .2s; }
  .mc-card-item:hover { border-color: var(--mc-red); }
  .mc-card-item .n { font-family: var(--mc-font-en); font-weight: 800; color: var(--mc-red); font-size: 13px; letter-spacing: 0.06em; }
  .mc-card-item h4 { font-size: 15px; font-weight: 700; margin: 8px 0 10px; line-height: 1.5; }
  .mc-card-item p { font-size: 12.5px; color: var(--mc-text-2); line-height: 1.85; }
  .mc-svc-detail.alt .mc-card-item { background: #fff; }

  .mc-svc-cta-section { padding: 64px 0; background: var(--mc-ink); color: #fff; }
  .mc-svc-cta-section h2 { font-family: var(--mc-font-display); font-size: clamp(28px, 4vw, 38px); font-weight: 700; line-height: 1.5; text-align: center; margin-bottom: 12px; }
  .mc-svc-cta-section p { text-align: center; color: rgba(255,255,255,0.7); font-size: 14px; line-height: 2; max-width: 640px; margin: 0 auto 32px; }
  .mc-svc-cta-section .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .mc-svc-cta-section .actions a { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 14px; transition: all .2s; }
  .mc-svc-cta-section .primary { background: var(--mc-red); color: #fff; }
  .mc-svc-cta-section .primary:hover { background: var(--mc-red-dark); }
  .mc-svc-cta-section .secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
  .mc-svc-cta-section .secondary:hover { background: rgba(255,255,255,0.16); }

  @media (max-width: 960px) {
    .mc-svc-detail-head { grid-template-columns: 1fr; gap: 12px; }
    .mc-card-grid { grid-template-columns: 1fr; }
  }
