/*
 * Custom cursors — Верный Курс
 * Icons by Flaticon:
 *   Default  → writing-pen-nib #16244556
 *   Hover    → feather #11073658
 */

/* ── DEFAULT: перо-нib ── */
body {
  cursor: url("/cursors/pen-nib.png") 3 29, auto !important;
}

/* ── HOVER: feather (все интерактивные элементы) ── */
a,
button,
[onclick],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select,
label,
[role="button"],
.ncta,
.stab,
.sec-card,
.acc-header,
.tbtn,
.test-btn,
.exam-card,
.top-home-btn,
.navl > li,
.navl > li > span,
.logo,
.ndrop-inner a,
.oc-price-btn,
.bcalc-btn,
.nav-ege-btn,
.part-card,
.top-home-btn {
  cursor: url("/cursors/feather.png") 2 29, pointer !important;
}

/* disabled — возвращаем обычный nib, не pointer */
.tbtn-dim,
.exam-card.soon {
  cursor: url("/cursors/pen-nib.png") 3 29, not-allowed !important;
}
