/* KamranH Landing Studio v21 - Design Tokens */
:root{
  --kh-font: Vazirmatn, Tahoma, Arial, sans-serif;
  --kh-primary:#071e3a;
  --kh-primary-2:#102f56;
  --kh-secondary:#0f172a;
  --kh-gold:#f3ca64;
  --kh-gold-2:#c9a227;
  --kh-bg:#f4f7fb;
  --kh-surface:#ffffff;
  --kh-surface-2:#f8fbff;
  --kh-text:#10213b;
  --kh-muted:#64748b;
  --kh-border:#dfe8f4;
  --kh-danger:#dc3545;
  --kh-success:#16a34a;
  --kh-warning:#f59e0b;
  --kh-info:#0ea5e9;
  --kh-radius-xs:10px;
  --kh-radius-sm:14px;
  --kh-radius-md:18px;
  --kh-radius-lg:24px;
  --kh-shadow-sm:0 8px 24px rgba(15,35,65,.06);
  --kh-shadow-md:0 16px 45px rgba(15,35,65,.10);
  --kh-shadow-gold:0 0 0 4px rgba(243,202,100,.18);
  --kh-space-1:6px;
  --kh-space-2:10px;
  --kh-space-3:14px;
  --kh-space-4:18px;
  --kh-space-5:24px;
  --kh-space-6:32px;
  --kh-field-h:54px;
  --kh-transition:180ms ease;
}
@media(max-width:760px){:root{--kh-field-h:50px;--kh-space-5:18px;--kh-space-6:24px}}
