
  * { box-sizing:border-box; }
  body { margin:0; background:#fff; }
  a { text-decoration:none; }
  .hg-btn{ transition:filter .15s, transform .15s; }
  .hg-btn:hover{ filter:brightness(.93); transform:translateY(-1px); }
  .hg-ghost{ transition:background .15s, border-color .15s, transform .15s; }
  .hg-ghost:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.6); transform:translateY(-1px); }
  .hg-btn-light{ transition:background .15s, border-color .15s, transform .15s; }
  .hg-btn-light:hover{ background:#f3f8ff; border-color:#bcd4ee; transform:translateY(-1px); }
  .hg-card{ transition:border-color .15s, box-shadow .15s, transform .15s; }
  .hg-card:hover{ border-color:#bcd4ee; box-shadow:0 12px 28px rgba(18,119,225,.12); transform:translateY(-3px); }
  .ohm-g4{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
  @media (max-width:960px){ .ohm-g4{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:540px){ .ohm-g4{ grid-template-columns:1fr; } }
  .ohm-g3{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
  @media (max-width:900px){ .ohm-g3{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .ohm-g3{ grid-template-columns:1fr; } }
  .ohm-row{ display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
  @media (max-width:900px){ .ohm-row{ grid-template-columns:1fr; gap:32px; } }
  .ohm-terms{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
  @media (max-width:760px){ .ohm-terms{ grid-template-columns:1fr; } }
  .ohm-band{ display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; }






  .faq-a a{ color:#1277e1; font-weight:600; text-decoration:none; }
  .faq-a a:hover{ text-decoration:underline; }



