:root{
  --ink:#0b1437;            /* 濃ネイビー（本文強調・信頼） */
  --ink-soft:#3a4673;
  --brand:#4f46e5;          /* インディゴ */
  --brand-deep:#3730a3;
  --violet:#7c3aed;
  --cyan:#06b6d4;
  --pink:#ec4899;
  --accent:#ff6a2b;         /* CTA コーラルオレンジ */
  --accent-deep:#e8480c;
  --gold:#ffb020;
  --text:#2b3252;
  --muted:#6b7392;
  --line:#e6e9f5;
  --bg:#ffffff;
  --bg-alt:#f5f6fd;
  --bg-deep:#0b1023;        /* ダークセクション */
  --grad-hero:linear-gradient(135deg,#4f46e5 0%,#7c3aed 38%,#db2777 72%,#ff6a2b 100%);
  --grad-brand:linear-gradient(120deg,#4f46e5,#7c3aed 55%,#06b6d4);
  --grad-accent:linear-gradient(120deg,#ff8a3d,#ff6a2b 55%,#ff3d81);
  --grad-cool:linear-gradient(120deg,#3b82f6,#06b6d4);
  --ff:"Noto Sans JP","Hiragino Sans","Yu Gothic",sans-serif;
  --ff-disp:"Outfit","Noto Sans JP",sans-serif;
  --container:1140px;
  --radius:16px;
  --radius-lg:26px;
  --shadow:0 18px 50px -18px rgba(33,28,95,.28);
  --shadow-soft:0 10px 30px -12px rgba(33,28,95,.18);
  --shadow-color:0 18px 40px -12px rgba(124,58,237,.45);
}
