/* パターンB：紺（信頼×専門性） */
:root {
  --primary: #1e40af;
  --primary-dark: #1e3a8a;
  --primary-light: #dbeafe;
  --primary-50: #eff6ff;
}

/* pricing チェックマークSVG */
.pricing-features li::before {
  background: var(--primary-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 4l2 2L6.5 2.5' stroke='%231e40af' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}

/* フォームフォーカス */
.form-group input:focus,
.form-group select:focus {
  box-shadow: 0 0 0 3px rgba(30,64,175,.1);
}
